@font-face {
  font-family: "helvetica-ltstd-ultra-comp";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/wp-content/themes/alreves/font/helvetica-ltstd-ultra-comp.otf) format("opentype");
}
@font-face {
  font-family: "reforma-1918-negra";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/wp-content/themes/alreves/font/reforma-1918-negra.otf) format("opentype");
}
@font-face {
  font-family: "reforma-1918-blanca";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url(/wp-content/themes/alreves/font/reforma-1918-blanca.otf) format("opentype");
}
@font-face {
  font-family: "open-sans-semi-bold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/wp-content/themes/alreves/font/open-sans-semi-bold.woff) format("woff2");
}
@font-face {
  font-family: "open-sans-regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/alreves/font/open-sans-regular.woff) format("woff2");
}
@font-face {
  font-family: "gobold-regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/alreves/font/gobold-regular.otf) format("opentype");
}
:root {
  --bs-pink: #ffdad2;
  --bs-orange: #F95532;
  --bs-dark-orange:#c74429;
  --bs-gray-orange:#fb7e6b;
  --bs-orange-light:#f9a332;
  --bs-gray:#737373;
  --bs-gray-dark: #282828;
  --bs-gray-semi-dark: #424242;
  --bs-gray-text: #58595b;
  --bs-gray-light-text:#4c4c4c;
  --bs-gray-dark-text:#383838;
  --bs-gray-semi-light: #d0d0d0;
  --bs-gray-light: #efefef;
  --bs-gray-light-f2: #f2f2f2;
  --bs-gray-light-e6: #e6e6e6;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a.orange-hover {
  color: inherit;
}
a.orange-hover:hover {
  color: var(--bs-orange);
  border-bottom: none;
}
a.gray-dark-hover {
  color: inherit;
}
a.gray-dark-hover:hover {
  color: var(--bs-gray-dark);
  border-bottom: none;
}

/* custom padding */
.pb-2dot5 {
  padding-bottom: 2.5rem !important;
}

.pb-2dot0 {
  padding-bottom: 2rem !important;
}

/* end custom padding */
.link-over-empty-block {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.subscription-button {
  font-family: helvetica-ltstd-ultra-comp;
  padding: 0px;
  margin: 0px;
}
.subscription-button a, .subscription-button .wrapper {
  color: white;
  text-align: center;
  line-height: 0;
  display: inline-block;
  height: 34px;
  padding: 19px 0px 0px 0px;
  margin: 0px;
  background-color: var(--bs-orange);
}
.subscription-button a:hover, .subscription-button .wrapper:hover {
  color: var(--bs-gray-dark);
}
.subscription-button .text {
  padding: 0px;
  margin: 0px;
  line-height: 0;
}
.subscription-button.large a, .subscription-button.large .wrapper {
  width: 138px;
}
.subscription-button.large .text {
  font-size: 1.09rem;
  letter-spacing: 0.35rem;
}
@media (min-width: 501px) and (max-width: 767px) {
  .subscription-button.small a, .subscription-button.small .wrapper {
    width: 108px;
  }
}
@media (max-width: 500px) {
  .subscription-button.small a, .subscription-button.small .wrapper {
    width: 87px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .subscription-button.small .text {
    font-size: 16px;
    letter-spacing: 0.25rem;
  }
}
@media (max-width: 500px) {
  .subscription-button.small .text {
    font-size: 15px;
    letter-spacing: 0.18rem;
  }
}

.category-square {
  font-family: reforma-1918-negra;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 15px;
  color: white;
  letter-spacing: 0.25rem;
}
@media (max-width: 480px) {
  .category-square {
    font-size: 0.8rem;
    margin-bottom: 11px;
  }
}
.category-square .background-effect {
  line-height: 1.8;
}
@media (max-width: 480px) {
  .category-square .background-effect {
    line-height: 1.7;
  }
}

.preloader {
  height: 100%;
  min-height: 1920px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: #fb5b3b;
}
.preloader img {
  position: fixed;
  top: 30%;
  left: calc(50% - 60px);
  width: 120px;
}
@media (max-width: 575px) {
  .preloader img {
    left: calc(50% - 45px);
    width: 90px;
  }
}

.pagination {
  font-family: open-sans-semi-bold;
  padding-bottom: 1rem;
  color: var(--bs-gray-dark);
}
.pagination .page-item .pagination-link {
  padding: 0.375rem 0.75rem;
  position: relative;
  display: block;
  color: var(--bs-gray-dark);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pagination .page-item.active .pagination-link {
  z-index: 3;
  color: #fff;
  background-color: var(--bs-orange);
  border-color: var(--bs-orange);
}
.pagination .page-item.disabled .pagination-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

header {
  font-family: helvetica-ltstd-ultra-comp;
  position: relative;
  z-index: 3;
  background-color: white;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media (max-width: 460px) {
  header {
    padding-bottom: 1rem;
  }
}
header .logo img {
  width: 100%;
  height: auto;
  max-width: 238px;
}
@media (max-width: 767px) {
  header .logo img {
    max-width: 180px;
    padding-bottom: 10px;
  }
}
header .domain-social-subscription.md-to-xxl .subscription-gif-button {
  padding-left: 3px;
}
header .domain-social-subscription.md-to-xxl .domain {
  padding-right: 1rem;
}
@media (max-width: 850px) {
  header .domain-social-subscription.md-to-xxl .domain {
    padding-right: 0.5rem;
  }
}
header .domain-social-subscription.md-to-xxl .domain span {
  letter-spacing: 0.23rem;
  font-size: 1.25rem;
}
header .domain-social-subscription.md-to-xxl .social .btn {
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  color: var(--bs-gray-light);
  background-color: var(--bs-gray-semi-dark);
  border-color: var(--bs-gray-semi-dark);
}
@media (max-width: 850px) {
  header .domain-social-subscription.md-to-xxl .social .btn {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }
}
header .domain-social-subscription.md-to-xxl .social .btn:hover {
  color: var(--bs-orange);
  background-color: var(--bs-gray-semi-dark);
  border-color: var(--bs-gray-semi-dark);
}
header .domain-social-subscription.md-to-xxl .social .btn-sm {
  border-radius: 50%;
  padding: 3px;
  line-height: 0;
}
header .domain-social-subscription.xs-to-sm {
  margin-bottom: 0rem;
  background-color: var(--bs-gray-dark);
}
header .domain-social-subscription.xs-to-sm .subscription-gif-button {
  text-align: right;
}
@media (min-width: 501px) and (max-width: 767px) {
  header .domain-social-subscription.xs-to-sm .subscription-gif-button img {
    width: 108px;
  }
}
@media (max-width: 500px) {
  header .domain-social-subscription.xs-to-sm .subscription-gif-button img {
    width: 87px;
  }
}
header .domain-social-subscription.xs-to-sm .domain {
  padding-left: 0.5rem;
  padding-top: 1px;
  text-align: left;
  color: white;
}
header .domain-social-subscription.xs-to-sm .domain span {
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
}
@media (max-width: 500px) {
  header .domain-social-subscription.xs-to-sm .domain {
    padding-left: 0.25rem;
  }
  header .domain-social-subscription.xs-to-sm .domain span {
    letter-spacing: 0.12rem;
    font-size: 1.1rem;
  }
}
header .domain-social-subscription.xs-to-sm .social {
  text-align: center;
  padding-top: 1px;
}
header .domain-social-subscription.xs-to-sm .social .btn {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  color: var(--bs-gray-dark);
  background-color: var(--bs-gray-light);
}
header .domain-social-subscription.xs-to-sm .social .btn:hover {
  color: var(--bs-orange);
  background-color: var(--bs-gray-light);
}
header .domain-social-subscription.xs-to-sm .social .btn-sm {
  border-radius: 50%;
  padding: 2px;
  line-height: 0;
}
@media (max-width: 500px) {
  header .domain-social-subscription.xs-to-sm .social .btn {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }
}
@media (min-width: 768px) {
  header .row-nav {
    padding-top: 5.2rem;
  }
}
@media (max-width: 767px) {
  header .nav {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
}
header .nav li {
  text-align: right;
  -webkit-transform: skewY(-13deg);
          transform: skewY(-13deg);
}
@media (min-width: 461px) and (max-width: 767px) {
  header .nav li {
    padding-bottom: 1.7rem;
  }
}
@media (max-width: 460px) {
  header .nav li {
    padding-bottom: 0.7rem;
  }
}
@media (min-width: 920px) {
  header .nav li.first {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 919px) {
  header .nav li.first {
    padding-right: 1rem;
  }
}
@media (min-width: 920px) {
  header .nav li.middle {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 919px) {
  header .nav li.middle {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 920px) {
  header .nav li.last {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 919px) {
  header .nav li.last {
    padding-left: 1rem;
  }
}
header .nav li a {
  font-size: 1.45rem;
  letter-spacing: 0.4rem;
  color: var(--bs-orange);
  border-bottom: 4px solid;
  line-height: 1;
}
header .nav li a.nav-link:hover, header .nav li a.active {
  color: var(--bs-orange);
  border-color: var(--bs-gray-dark);
}
header .nav li a.nav-link:focus {
  color: var(--bs-orange);
}
header .nav li a.nav-link {
  padding: 0.5rem 0rem 0rem 0rem;
}
@media (max-width: 767px) {
  header .nav li a {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    border-bottom: 3px solid;
  }
}
header .logo-domain-social-subscription {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media (min-width: 768px) {
  header .logo-domain-social-subscription {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: 1.2rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  header .logo-domain-social-subscription {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 1.4rem;
  }
}

.header-bottom-border .border-col {
  background-color: white;
  height: 3rem;
  position: relative;
  z-index: 1;
}

footer {
  font-family: open-sans-semi-bold;
  color: white;
  background-color: var(--bs-gray-semi-dark);
  min-height: 175px;
}
@media (min-width: 1001px) {
  footer {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  footer {
    padding-top: 1.7rem;
  }
}
footer .logo-domain {
  text-align: center;
}
footer .logo-domain img {
  width: 100%;
  height: auto;
  max-width: 130px;
}
footer .logo-domain .domain {
  font-family: helvetica-ltstd-ultra-comp;
  padding-top: 1.4rem;
  letter-spacing: 0.25rem;
  padding-left: 0.25rem;
  font-size: 1.2rem;
  margin-bottom: 0px;
  line-height: 0.7;
}
@media (max-width: 575px) {
  footer .logo-domain .domain {
    padding-top: 0.5rem;
    letter-spacing: 0.2rem;
    padding-left: 0.2rem;
    font-size: 1.2rem;
  }
}
footer .social-subscription {
  text-align: center;
}
footer .social-subscription .subscription-button {
  margin-top: 7px;
}
footer .social-subscription .social {
  margin-bottom: 7px;
}
footer .social-subscription .social .btn {
  margin-right: 0.3rem;
  margin-left: 0.3rem;
  color: var(--bs-gray-dark);
  border-color: var(--bs-gray-light);
  background-color: var(--bs-gray-light);
}
footer .social-subscription .social .btn:hover {
  color: var(--bs-orange);
  border-color: var(--bs-gray-light);
}
footer .social-subscription .social .btn-sm {
  border-radius: 50%;
  padding: 3px;
  line-height: 0;
}
footer .contact-whatsapp .title, footer .authors .title {
  margin-top: 1.7rem;
  margin-bottom: 0rem;
  font-family: open-sans-semi-bold;
  font-size: 1rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .contact-whatsapp .title.graphic-design, footer .authors .title.graphic-design {
    margin-top: 0rem;
  }
}
footer .contact-whatsapp .data, footer .authors .data {
  font-family: open-sans-regular;
  margin-top: 0.3rem;
  margin-bottom: 1.7rem;
  font-size: 0.8rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .contact-whatsapp .web-development, footer .authors .web-development {
    width: 190px;
  }
}
@media (max-width: 575px) {
  footer .contact-whatsapp .wrapper, footer .authors .wrapper {
    text-align: center;
  }
}

body {
  background-color: var(--bs-gray-light-e6);
  color: var(--bs-gray-dark);
}

.main-container {
  width: 100%;
  max-width: 1000px;
  min-width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

.home-page .podcast{
  border-bottom: 5px solid #ffffff;
}

.home-page .podcast .text, .podcast-page .podcast .text {
  padding: 1rem 1.6rem;
}
.home-page .podcast .text .category, .podcast-page .podcast .text .category {
  margin-bottom: 0px;
  color: var(--bs-orange);
  font-family: helvetica-ltstd-ultra-comp;
  -webkit-transform: skewY(-13deg);
          transform: skewY(-13deg);
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.48rem;
  line-height: 1;
  width: 185px;
}
.home-page .podcast .text .category .down-border, .podcast-page .podcast .text .category .down-border {
  border-bottom: 3px solid;
}
.home-page .podcast .text img.wave, .podcast-page .podcast .text img.wave {
  max-width: 155px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.home-page .podcast .text .title, .podcast-page .podcast .text .title {
  color: white;
  font-size: 1.6rem;
  font-family: reforma-1918-negra;
  line-height: 1.1;
  margin-bottom: 0.9rem;
}
.home-page .podcast .text .author, .podcast-page .podcast .text .author {
  color: var(--bs-orange);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 0px;
}

.home-page .domain-social-subscription.xs-to-sm {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (max-width: 767px) {
  .home-page .logo-domain-social-subscription {
    padding-top: 4rem;
  }
}
.home-page .main-post-md-to-xxl {
  padding-right: 0.7rem;
  background-color: var(--bs-pink);
}
.home-page .main-post-md-to-xxl .title-extract {
  padding-top: 15px;
  padding-bottom: 15px;
}
.home-page .main-post-md-to-xxl .title-extract .row {
  margin-right: 0.5rem;
}
.home-page .main-post-md-to-xxl .title {
  padding: 5px 0.5rem 0px 0rem;
}
.home-page .main-post-md-to-xxl h1 {
  color: white;
  margin-bottom: 0px;
  line-height: 1.33;
  font-family: gobold-regular;
  text-transform: uppercase;
}
.home-page .main-post-md-to-xxl h1 .background-effect {
  background-color: var(--bs-gray-dark);
  border-bottom: 3px solid var(--bs-gray-dark);
}
.home-page .main-post-md-to-xxl h1 .background-effect:after {
  content: ".";
  font-size: 5px;
  color: var(--bs-gray-dark);
}
.home-page .main-post-md-to-xxl .extract {
  padding-left: 1rem;
  padding-right: 0rem;
}
.home-page .main-post-md-to-xxl .extract p {
  font-size: 1.2rem;
  line-height: 1.3;
  padding-top: 25px;
  margin-bottom: 0px;
}
.home-page .main-post-md-to-xxl .image {
  margin-top: -60px;
  margin-bottom: -87px;
  position: relative;
}
.home-page .main-post-md-to-xxl .image.slider a {
  overflow: hidden;
}
.home-page .main-post-md-to-xxl .image img {
  width: 100%;
}
.home-page .main-post-md-to-xxl .image .slide {
  max-width: 480px;
}
.home-page .main-post-md-to-xxl .image .mask {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0%;
  max-width: 500px;
  padding: 0px;
}
.home-page .main-post-md-to-xxl .image .transparent-cover-border {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 2px solid var(--bs-gray);
  border-radius: 50%;
  padding: 10px 0px 10px 10px;
  max-width: 490px;
}
@media (min-width: 768px) and (max-width: 850px) {
  .home-page .main-post-md-to-xxl .image .transparent-cover-border {
    max-width: 95%;
  }
}
.home-page .main-post-xs-to-sm {
  background-color: white;
}
.home-page .main-post-xs-to-sm.category-title-image {
  padding: 10px 15% 10px 15%;
  position: relative;
}
@media (max-width: 575px) {
  .home-page .main-post-xs-to-sm.category-title-image {
    padding: 0px 3%;
  }
}
.home-page .main-post-xs-to-sm.category-title-image .image {
  position: relative;
}
.home-page .main-post-xs-to-sm.category-title-image .image.slider {
  overflow: hidden;
}
.home-page .main-post-xs-to-sm.category-title-image .image img {
  width: 100%;
  padding: 0px;
}
.home-page .main-post-xs-to-sm.category-title-image .image .mask {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0%;
  padding: 0px;
}
.home-page .main-post-xs-to-sm.category-title-image .image .transparent-cover-border {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 2px solid var(--bs-gray);
  border-radius: 50%;
}
.home-page .main-post-xs-to-sm.category-title-image .category-title {
  position: absolute;
  top: 55%;
  left: 4.5%;
  width: 70%;
}
@media (max-width: 520px) {
  .home-page .main-post-xs-to-sm.category-title-image .category-title {
    top: 48%;
    left: 5px;
  }
}
.home-page .main-post-xs-to-sm.category-title-image .category-title .category-square {
  margin-bottom: 0px;
  line-height: 1.35;
  text-align: left;
}
.home-page .main-post-xs-to-sm.category-title-image .category-title .category-square .background-effect {
  background-color: var(--bs-orange);
  padding: 11px 3.7rem;
}
@media (max-width: 480px) {
  .home-page .main-post-xs-to-sm.category-title-image .category-title .category-square {
    line-height: 2.3;
  }
  .home-page .main-post-xs-to-sm.category-title-image .category-title .category-square .background-effect {
    padding: 7px 2.8rem;
  }
}
.home-page .main-post-xs-to-sm.category-title-image .category-title .title {
  font-family: gobold-regular;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0px;
  line-height: 1.35;
}
.home-page .main-post-xs-to-sm.category-title-image .category-title .title .background-effect {
  background-color: var(--bs-gray-dark);
  border-bottom: 3px solid var(--bs-gray-dark);
}
.home-page .main-post-xs-to-sm.category-title-image .category-title .title .background-effect:after {
  content: ".";
  font-size: 5px;
  color: var(--bs-gray-dark);
}
.home-page .main-post-xs-to-sm .extract {
  font-size: 1.25rem;
  color: var(--bs-gray-text);
  font-family: reforma-1918-negra;
  line-height: 1;
  padding: 1.5rem 4.5rem 0rem 4.5rem;
}
@media (min-width: 450px) and (max-width: 575px) {
  .home-page .main-post-xs-to-sm .extract {
    padding: 1.5rem 2rem 0rem 2rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 449px) {
  .home-page .main-post-xs-to-sm .extract {
    padding: 1.5rem 2rem 0rem 2rem;
    font-size: 1rem;
  }
}
.home-page .main-post-xs-to-sm .extract p {
  padding-bottom: 0rem;
  margin-right: 0.5rem;
}
.home-page .main-post-xs-to-sm .bottom-line {
  height: 0.6rem;
  background-color: var(--bs-gray-dark);
  margin: 0rem 4.5rem 1.5rem 4.5rem;
}
@media (max-width: 575px) {
  .home-page .main-post-xs-to-sm .bottom-line {
    margin: 0rem 2rem 1.5rem 2rem;
  }
}
.home-page .video {
  position: relative;
  min-height: 365px;
  background-blend-mode: saturation;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page .video .play-button {
  height: 235px;
  width: 205px;
  text-align: center;
  color: white;
  background-image: url("/wp-content/themes/alreves/img/solid-play-button.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page .video .play-button h3 {
  font-family: helvetica-ltstd-ultra-comp;
  margin-left: 25px;
  -webkit-transform: skewY(-13deg);
          transform: skewY(-13deg);
  border-bottom: 3px solid white;
  line-height: 1.5;
  font-size: 1.4rem;
  letter-spacing: 0.48rem;
  text-transform: uppercase;
}
.home-page .video .title-extract {
  max-width: 450px;
  color: white;
  margin-left: 25px;
}
.home-page .video .title-extract h1 {
  font-family: reforma-1918-negra;
  font-size: 2.5rem;
  line-height: 1.05;
}
.home-page .video .title-extract p {
  font-size: 1.2rem;
  line-height: 1.1;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .home-page .video {
    min-height: initial;
  }
}
@media (max-width: 575px) {
  .home-page .video .play-button {
    height: 170px;
    width: 149px;
  }
}
@media (max-width: 767px) {
  .home-page .video .play-button {
    margin-right: initial;
  }
}
@media (max-width: 575px) {
  .home-page .video .play-button h3 {
    margin-left: 10px;
    line-height: 1.1;
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    border-bottom: 2px solid white;
  }
}
.home-page .video .play-button-container {
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .home-page .video .play-button-container {
    padding-top: 9%;
    padding-bottom: 9%;
  }
}
.home-page .video .title-extract-container {
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .home-page .video .title-extract-container {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .home-page .video .title-extract-container {
    padding-bottom: 5%;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .home-page .video .title-extract {
    margin-left: initial;
  }
}
@media (min-width: 768px) {
  .home-page .video .title-extract h1 {
    margin-top: 0.8rem;
  }
}
@media (max-width: 575px) {
  .home-page .video .title-extract h1 {
    font-size: 2.1rem;
  }
}
@media (max-width: 575px) {
  .home-page .video .title-extract p {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}
@media (min-width: 768px) {
  .home-page .secondary-posts {
    background-color: var(--bs-orange);
  }
}
.home-page .secondary-posts .category-text {
  font-family: helvetica-ltstd-ultra-comp;
  -webkit-transform: skewY(-13deg);
          transform: skewY(-13deg);
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.48rem;
  line-height: 1;
}
.home-page .secondary-posts .category-text .down-border {
  border-bottom: 3px solid;
}
@media (max-width: 575px) {
  .home-page .secondary-posts .category-text {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
  }
}
.home-page .secondary-posts .white-secondary-post picture {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.home-page .secondary-posts .white-secondary-post .title-extract {
  background-color: white;
  padding: 2.2rem 2rem 2.2rem 2rem;
}
@media (min-width: 900px) {
  .home-page .secondary-posts .white-secondary-post .title-extract {
    min-height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .home-page .secondary-posts .white-secondary-post .title-extract {
    min-height: 320px;
  }
}


@media (min-width: 999px) {
  .home-page .secondary-posts .white-secondary-post .title-extract.row {
    margin-right: -1px;
    border-right: 2px solid var(--bs-gray-light-e6);
  }
}
@media (max-width: 575px) {
  .home-page .secondary-posts .white-secondary-post .title-extract {
    padding: 1.5rem 1.6rem;
  }
}
.home-page .secondary-posts .white-secondary-post .title-extract .title {
  font-family: reforma-1918-negra;
  color: var(--bs-orange);
  line-height: 1.05;
  font-size: 2.5rem;
}
@media (max-width: 575px) {
  .home-page .secondary-posts .white-secondary-post .title-extract .title {
    font-size: 2.1rem;
  }
}
.home-page .secondary-posts .white-secondary-post .title-extract .extract {
  font-size: 1.4rem;
}
@media (max-width: 575px) {
  .home-page .secondary-posts .white-secondary-post .title-extract .extract {
    font-size: 1.2rem;
  }
}
.home-page .secondary-posts .white-secondary-post .image-category {
  position: relative;
}
@media (min-width: 999px) {
  .home-page .secondary-posts .white-secondary-post .image-category.row {
    margin-right: -1px;
  }
}
.home-page .secondary-posts .white-secondary-post .image-category .category-container {
  color: var(--bs-orange);
  position: absolute;
  bottom: 12%;
  left: 6%;
}
@media (max-width: 575px) {
  .home-page .secondary-posts .white-secondary-post .image-category .category-container {
    bottom: 7%;
  }
}
.home-page .secondary-posts .orange-secondary-post {
  padding: 1.7rem 2.3rem 1.7rem 2.3rem;
  background-color: var(--bs-orange);
  color: white;
}
@media (min-width: 576px) and (max-width: 767px) {
  .home-page .secondary-posts .orange-secondary-post {
    padding: 2.5rem 6rem 2.5rem 6rem;
  }
}
@media (max-width: 575px) {
  .home-page .secondary-posts .orange-secondary-post {
    padding: 2.2rem 0px 2.2rem 0px;
  }
}
.home-page .secondary-posts .orange-secondary-post picture {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.home-page .secondary-posts .orange-secondary-post .title {
  padding-top: 2.2rem;
  font-family: reforma-1918-negra;
  font-size: 2.2rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .home-page .secondary-posts .orange-secondary-post .title {
    font-size: 2.8rem;
  }
}
@media (max-width: 575px) {
  .home-page .secondary-posts .orange-secondary-post .title {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 2.1rem;
  }
}
.home-page .secondary-posts .orange-secondary-post .extract {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .home-page .secondary-posts .orange-secondary-post .extract {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .home-page .secondary-posts .orange-secondary-post .extract {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.2rem;
  }
}
.home-page .secondary-posts .orange-secondary-post .category-text {
  padding-left: 0.5rem;
  width: 140px;
}
@media (max-width: 575px) {
  .home-page .secondary-posts .orange-secondary-post .category-text {
    padding-left: 1.9rem;
  }
}
@media (max-width: 767px) {
  .home-page .secondary-posts .orange-secondary-post picture img {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.home-page .dark-gray-secondary-post {
  color: white;
  background-color: var(--bs-gray-dark);
}
@media (min-width: 768px) {
  .home-page .dark-gray-secondary-post {
    min-height: 300px;
  }
}
.home-page .dark-gray-secondary-post .category-text {
  padding-top: 0.6rem;
  margin-bottom: 0px;
  font-family: helvetica-ltstd-ultra-comp;
  -webkit-transform: skewY(-13deg);
          transform: skewY(-13deg);
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.48rem;
  width: 185px;
}
.home-page .dark-gray-secondary-post .category-text .down-border {
  border-bottom: 3px solid;
}
@media (max-width: 575px) {
  .home-page .dark-gray-secondary-post .category-text {
    padding-top: 0.3rem;
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    width: 150px;
  }
}
.home-page .dark-gray-secondary-post .picture-category {
  position: relative;
}
@media (min-width: 768px) {
  .home-page .dark-gray-secondary-post .picture-category {
    background-blend-mode: saturation;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .home-page .dark-gray-secondary-post .picture-category {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}
.home-page .dark-gray-secondary-post .picture-category .category-container {
  color: white;
  position: absolute;
  bottom: 12%;
  left: 4%;
}
@media (max-width: 575px) {
  .home-page .dark-gray-secondary-post .picture-category .category-container {
    bottom: 7%;
  }
}
.home-page .dark-gray-secondary-post .square {
  padding: 1.5rem 1.6rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .home-page .dark-gray-secondary-post .square {
    padding: 2.7rem 2rem;
  }
}
.home-page .dark-gray-secondary-post .square .title {
  font-size: 1.7rem;
  font-family: reforma-1918-negra;
  line-height: 1.1;
  margin-bottom: 0.9rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .home-page .dark-gray-secondary-post .square .title {
    font-size: 2.8rem;
    padding-top: 2.2rem;
  }
}
@media (max-width: 575px) {
  .home-page .dark-gray-secondary-post .square .title {
    font-size: 2.1rem;
    padding-top: 2.2rem;
  }
}
.home-page .dark-gray-secondary-post .square .extract {
  font-size: 1.1rem;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .home-page .dark-gray-secondary-post .square .extract {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .home-page .podcast .text {
    min-height: 345px;
  }
}
@media (min-width: 576px) {
  .home-page .podcast .text {
    background-color: var(--bs-gray-semi-dark);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .home-page .podcast .text {
    padding: 2rem 4rem;
  }
}
@media (max-width: 575px) {
  .home-page .podcast .text {
    background-blend-mode: saturation;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 370px;
    padding: 1.2rem 1.5rem 1.5rem 1.5rem;
  }
}
@media (max-width: 575px) {
  .home-page .podcast .text .category {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    width: 150px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .home-page .podcast .text img.wave {
    max-width: 185px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 575px) {
  .home-page .podcast .text img.wave {
    max-width: 170px;
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .home-page .podcast .text .title {
    font-size: 2.8rem;
  }
}
@media (max-width: 575px) {
  .home-page .podcast .text .title {
    font-size: 2.1rem;
  }
}
@media (min-width: 576px) {
  .home-page .podcast .picture {
    background-blend-mode: saturation;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.video-page, .podcast-page, .topic-category-page, .topic-page {
  background-color: var(--bs-gray-light-f2);
}
.video-page .category-title-date, .podcast-page .category-title-date, .topic-category-page .category-title-date, .topic-page .category-title-date {
  text-align: right;
}
.video-page .category-title-date .category-square, .podcast-page .category-title-date .category-square, .topic-category-page .category-title-date .category-square, .topic-page .category-title-date .category-square {
  text-align: right;
}
.video-page .category-title-date .category-square.main, .podcast-page .category-title-date .category-square.main, .topic-category-page .category-title-date .category-square.main, .topic-page .category-title-date .category-square.main {
  font-size: 0.75rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .video-page .category-title-date .category-square.main, .podcast-page .category-title-date .category-square.main, .topic-category-page .category-title-date .category-square.main, .topic-page .category-title-date .category-square.main {
    margin-top: 6px;
  }
}
@media (max-width: 575px) {
  .video-page .category-title-date .category-square.main, .podcast-page .category-title-date .category-square.main, .topic-category-page .category-title-date .category-square.main, .topic-page .category-title-date .category-square.main {
    margin-top: 6px;
    font-size: 0.55rem;
    letter-spacing: 0.2rem;
  }
}
.video-page .category-title-date .category-square.secondary, .podcast-page .category-title-date .category-square.secondary, .topic-category-page .category-title-date .category-square.secondary, .topic-page .category-title-date .category-square.secondary {
  font-size: 0.45rem;
  margin-top: 6px;
  letter-spacing: 0.15rem;
}
.video-page .category-title-date .category-square .background-effect, .podcast-page .category-title-date .category-square .background-effect, .topic-category-page .category-title-date .category-square .background-effect, .topic-page .category-title-date .category-square .background-effect {
  background-color: var(--bs-gray-dark);
}
.video-page .category-title-date .category-square .background-effect.main, .podcast-page .category-title-date .category-square .background-effect.main, .topic-category-page .category-title-date .category-square .background-effect.main, .topic-page .category-title-date .category-square .background-effect.main {
  padding: 9px 0.9rem;
}
@media (max-width: 767px) {
  .video-page .category-title-date .category-square .background-effect.main, .podcast-page .category-title-date .category-square .background-effect.main, .topic-category-page .category-title-date .category-square .background-effect.main, .topic-page .category-title-date .category-square .background-effect.main {
    background-color: var(--bs-orange);
  }
}
@media (max-width: 575px) {
  .video-page .category-title-date .category-square .background-effect.main, .podcast-page .category-title-date .category-square .background-effect.main, .topic-category-page .category-title-date .category-square .background-effect.main, .topic-page .category-title-date .category-square .background-effect.main {
    padding: 7px 0.5rem;
  }
}
.video-page .category-title-date .category-square .background-effect.secondary, .podcast-page .category-title-date .category-square .background-effect.secondary, .topic-category-page .category-title-date .category-square .background-effect.secondary, .topic-page .category-title-date .category-square .background-effect.secondary {
  background-color: var(--bs-orange);
  padding: 7px 0.25rem;
}
.video-page .category-title-date h1.title, .podcast-page .category-title-date h1.title, .topic-category-page .category-title-date h1.title, .topic-page .category-title-date h1.title {
  line-height: 1;
  font-family: helvetica-ltstd-ultra-comp;
  text-transform: uppercase;
  color: var(--bs-orange);
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .video-page .category-title-date h1.title.main, .podcast-page .category-title-date h1.title.main, .topic-category-page .category-title-date h1.title.main, .topic-page .category-title-date h1.title.main {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .video-page .category-title-date h1.title.main, .podcast-page .category-title-date h1.title.main, .topic-category-page .category-title-date h1.title.main, .topic-page .category-title-date h1.title.main {
    font-size: calc( 32px + 25 * ((100vw - 768px) / 680) );
  }
}
@media (max-width: 767px) {
  .video-page .category-title-date h1.title.main, .podcast-page .category-title-date h1.title.main, .topic-category-page .category-title-date h1.title.main, .topic-page .category-title-date h1.title.main {
    color: var(--bs-gray-dark-text);
    padding-left: 1rem;
  }
}
@media (max-width: 575px) {
  .video-page .category-title-date h1.title.main, .podcast-page .category-title-date h1.title.main, .topic-category-page .category-title-date h1.title.main, .topic-page .category-title-date h1.title.main {
    font-size: 2.2rem;
  }
}
.video-page .category-title-date h1.title.secondary, .podcast-page .category-title-date h1.title.secondary, .topic-category-page .category-title-date h1.title.secondary, .topic-page .category-title-date h1.title.secondary {
  color: var(--bs-gray-text);
  padding-left: 1rem;
  font-size: 2rem;
}
.video-page .category-title-date p.date, .podcast-page .category-title-date p.date, .topic-category-page .category-title-date p.date, .topic-page .category-title-date p.date {
  color: var(--bs-orange);
  text-transform: uppercase;
  font-family: reforma-1918-negra;
  letter-spacing: 1px;
  line-height: 1;
}
.video-page .category-title-date p.date.secondary, .podcast-page .category-title-date p.date.secondary, .topic-category-page .category-title-date p.date.secondary, .topic-page .category-title-date p.date.secondary {
  margin-bottom: 0.5rem;
}
.video-page .category-title-date p.date .month.main, .podcast-page .category-title-date p.date .month.main, .topic-category-page .category-title-date p.date .month.main, .topic-page .category-title-date p.date .month.main {
  font-size: 0.8rem;
}
@media (max-width: 575px) {
  .video-page .category-title-date p.date .month.main, .podcast-page .category-title-date p.date .month.main, .topic-category-page .category-title-date p.date .month.main, .topic-page .category-title-date p.date .month.main {
    font-size: 0.65rem;
  }
}
.video-page .category-title-date p.date .month.secondary, .podcast-page .category-title-date p.date .month.secondary, .topic-category-page .category-title-date p.date .month.secondary, .topic-page .category-title-date p.date .month.secondary {
  font-size: 0.65rem;
}
.video-page .category-title-date p.date .year.main, .video-page .category-title-date p.date .day.main, .podcast-page .category-title-date p.date .year.main, .podcast-page .category-title-date p.date .day.main, .topic-category-page .category-title-date p.date .year.main, .topic-category-page .category-title-date p.date .day.main, .topic-page .category-title-date p.date .year.main, .topic-page .category-title-date p.date .day.main {
  font-size: 1.1rem;
}
@media (max-width: 575px) {
  .video-page .category-title-date p.date .year.main, .video-page .category-title-date p.date .day.main, .podcast-page .category-title-date p.date .year.main, .podcast-page .category-title-date p.date .day.main, .topic-category-page .category-title-date p.date .year.main, .topic-category-page .category-title-date p.date .day.main, .topic-page .category-title-date p.date .year.main, .topic-page .category-title-date p.date .day.main {
    font-size: 1rem;
  }
}
.video-page .category-title-date p.date .year.secondary, .video-page .category-title-date p.date .day.secondary, .podcast-page .category-title-date p.date .year.secondary, .podcast-page .category-title-date p.date .day.secondary, .topic-category-page .category-title-date p.date .year.secondary, .topic-category-page .category-title-date p.date .day.secondary, .topic-page .category-title-date p.date .year.secondary, .topic-page .category-title-date p.date .day.secondary {
  font-size: 1rem;
}

.video-page .category-title-date.main, .topic-category-page .category-title-date.main, .topic-page .category-title-date.main {
  padding: 47px 0px 10px 1.5rem;
}
@media (min-width: 675px) and (max-width: 767px) {
  .video-page .category-title-date.main, .topic-category-page .category-title-date.main, .topic-page .category-title-date.main {
    padding: 35px 9% 0px 9%;
  }
}
@media (min-width: 576px) and (max-width: 674px) {
  .video-page .category-title-date.main, .topic-category-page .category-title-date.main, .topic-page .category-title-date.main {
    padding: 35px 1.5rem 0px 1.5rem;
  }
}
@media (max-width: 575px) {
  .video-page .category-title-date.main, .topic-category-page .category-title-date.main, .topic-page .category-title-date.main {
    padding: 35px 1rem 0px 1rem;
  }
}
@media (min-width: 768px) {
  .video-page .category-title-date.secondary.left, .topic-category-page .category-title-date.secondary.left, .topic-page .category-title-date.secondary.left {
    padding: 25px 2rem 0px 4rem;
  }
}
@media (min-width: 768px) {
  .video-page .category-title-date.secondary.right, .topic-category-page .category-title-date.secondary.right, .topic-page .category-title-date.secondary.right {
    padding: 25px 4rem 0px 2rem;
  }
}
@media (min-width: 530px) and (max-width: 767px) {
  .video-page .category-title-date.secondary, .topic-category-page .category-title-date.secondary, .topic-page .category-title-date.secondary {
    padding: 20px 20% 0px 20%;
  }
}
@media (max-width: 529px) {
  .video-page .category-title-date.secondary, .topic-category-page .category-title-date.secondary, .topic-page .category-title-date.secondary {
    padding: 20px 2.5rem 0px 2.5rem;
  }
}
.video-page .media-object-extract, .topic-category-page .media-object-extract, .topic-page .media-object-extract {
  text-align: left;
}
.video-page .media-object-extract.main, .topic-category-page .media-object-extract.main, .topic-page .media-object-extract.main {
  padding: 40px 1.5rem 2rem 50px;
}
@media (min-width: 675px) and (max-width: 767px) {
  .video-page .media-object-extract.main, .topic-category-page .media-object-extract.main, .topic-page .media-object-extract.main {
    padding: 0px 9% 2rem 9%;
  }
}
@media (min-width: 576px) and (max-width: 674px) {
  .video-page .media-object-extract.main, .topic-category-page .media-object-extract.main, .topic-page .media-object-extract.main {
    padding: 0px 1.5rem 2rem 1.5rem;
  }
}
@media (max-width: 575px) {
  .video-page .media-object-extract.main, .topic-category-page .media-object-extract.main, .topic-page .media-object-extract.main {
    padding: 0px 1rem 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .video-page .media-object-extract.secondary.left, .topic-category-page .media-object-extract.secondary.left, .topic-page .media-object-extract.secondary.left {
    padding: 0px 2rem 1rem 4rem;
  }
}
@media (min-width: 768px) {
  .video-page .media-object-extract.secondary.right, .topic-category-page .media-object-extract.secondary.right, .topic-page .media-object-extract.secondary.right {
    padding: 0px 4rem 1rem 2rem;
  }
}
@media (min-width: 530px) and (max-width: 767px) {
  .video-page .media-object-extract.secondary, .topic-category-page .media-object-extract.secondary, .topic-page .media-object-extract.secondary {
    padding: 0px 20% 1rem 20%;
  }
}
@media (max-width: 529px) {
  .video-page .media-object-extract.secondary, .topic-category-page .media-object-extract.secondary, .topic-page .media-object-extract.secondary {
    padding: 0px 2.5rem 1rem 2.5rem;
  }
}
.video-page .media-object-extract .picture, .topic-category-page .media-object-extract .picture, .topic-page .media-object-extract .picture {
  max-width: 640px;
  position: relative;
}
.video-page .media-object-extract .picture picture img, .topic-category-page .media-object-extract .picture picture img, .topic-page .media-object-extract .picture picture img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.video-page .media-object-extract .extract p, .topic-category-page .media-object-extract .extract p, .topic-page .media-object-extract .extract p {
  max-width: 640px;
  font-family: reforma-1918-negra;
  padding-top: 1rem;
  line-height: 1.3;
}
.video-page .media-object-extract .extract p.main, .topic-category-page .media-object-extract .extract p.main, .topic-page .media-object-extract .extract p.main {
  font-size: 1.25rem;
}
@media (max-width: 575px) {
  .video-page .media-object-extract .extract p.main, .topic-category-page .media-object-extract .extract p.main, .topic-page .media-object-extract .extract p.main {
    font-size: 1rem;
  }
}
.video-page .media-object-extract .extract p.secondary, .topic-category-page .media-object-extract .extract p.secondary, .topic-page .media-object-extract .extract p.secondary {
  font-size: 1.1rem;
}
@media (max-width: 575px) {
  .video-page .media-object-extract .extract p.secondary, .topic-category-page .media-object-extract .extract p.secondary, .topic-page .media-object-extract .extract p.secondary {
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) {
  .video-page #sharing-social-bar, .video-page .sharing-social-bar, .podcast-page #sharing-social-bar, .podcast-page .sharing-social-bar {
    width: auto;
    text-align: right;
    margin-right: -0.3rem;
  }
}

.video-page .secondary-video {
  position: relative;
  z-index: 3;
  padding-top: 16%;
  padding-bottom: 16%;
  background-blend-mode: saturation;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575px) {
  .video-page .secondary-video {
    padding-top: 9%;
    padding-bottom: 9%;
  }
}
.video-page .secondary-video .play-button {
  height: 114px;
  width: 100px;
  text-align: center;
  color: white;
  background-image: url("/wp-content/themes/alreves/img/solid-play-button.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-page .secondary-video h3 {
  font-family: helvetica-ltstd-ultra-comp;
  -webkit-transform: skewY(-13deg);
          transform: skewY(-13deg);
  border-bottom: 3px solid white;
  text-transform: uppercase;
  margin-left: 6px;
  line-height: 1.1;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  border-bottom: 2px solid white;
  padding-top: 12px;
}
.video-page .main-video {
  max-width: 640px;
  width: 100%;
}
.video-page .media-object-extract {
  text-align: left;
}
.video-page .media-object-extract.main {
  padding: 40px 1.5rem 3rem 50px;
}
@media (min-width: 675px) and (max-width: 767px) {
  .video-page .media-object-extract.main {
    padding: 0px 9% 3rem 9%;
  }
}
@media (min-width: 576px) and (max-width: 674px) {
  .video-page .media-object-extract.main {
    padding: 0px 1.5rem 3rem 1.5rem;
  }
}
@media (max-width: 575px) {
  .video-page .media-object-extract.main {
    padding: 0px 1rem 2.5rem 1rem;
  }
}
.video-page .advice-slider {
  margin-bottom: 2rem;
}

.podcast-page .podcast-ratio {
  height: 152px;
  --bs-aspect-ratio: 0;
}
.podcast-page .main .category-title-date {
  padding: 47px 0px 10px 1.5rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .podcast-page .main .category-title-date {
    padding: 35px 9% 0px 9%;
  }
}
@media (max-width: 575px) {
  .podcast-page .main .category-title-date {
    padding: 35px 1rem 0px 1rem;
  }
}
.podcast-page .main .media-object-extract {
  text-align: left;
  padding: 40px 4rem 3rem 50px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .podcast-page .main .media-object-extract {
    padding: 0px 9% 3rem 9%;
  }
}
@media (max-width: 575px) {
  .podcast-page .main .media-object-extract {
    padding: 0px 1rem 2rem 1rem;
  }
}
.podcast-page .main .media-object-extract .extract-author {
  font-family: reforma-1918-negra;
}
.podcast-page .main .media-object-extract .extract-author .author {
  color: var(--bs-orange);
  font-size: 1rem;
  letter-spacing: 2px;
  padding-top: 1rem;
}
@media (max-width: 575px) {
  .podcast-page .main .media-object-extract .extract-author .author {
    font-size: 0.9rem;
  }
}
.podcast-page .main .media-object-extract .extract-author p {
  line-height: 1.3;
  padding-top: 0.5rem;
  font-size: 1.25rem;
}
@media (max-width: 575px) {
  .podcast-page .main .media-object-extract .extract-author p {
    font-size: 1rem;
    padding-top: 0.35rem;
  }
}
@media (min-width: 850px) {
  .podcast-page .secondary .left {
    padding: 0rem 2rem 0rem 4rem;
  }
}
@media (min-width: 768px) and (max-width: 849px) {
  .podcast-page .secondary .left {
    padding: 0rem 1.5rem 0rem 2rem;
  }
}
@media (min-width: 850px) {
  .podcast-page .secondary .right {
    padding: 0rem 4rem 0rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 849px) {
  .podcast-page .secondary .right {
    padding: 0rem 2rem 0rem 1.5rem;
  }
}
@media (min-width: 530px) and (max-width: 767px) {
  .podcast-page .secondary .left, .podcast-page .secondary .right {
    padding: 0rem 20% 0rem 20%;
  }
}
@media (max-width: 529px) {
  .podcast-page .secondary .left, .podcast-page .secondary .right {
    padding: 0rem 2.5rem 0rem 2.5rem;
  }
}
.podcast-page .secondary.podcast .text {
  background-blend-mode: saturation;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.2rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 2rem;
}
.podcast-page .secondary.podcast .text .category {
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  width: 150px;
}
.podcast-page .secondary.podcast .text img.wave {
  max-width: 130px;
  padding-top: 1.8rem;
  padding-bottom: 1.3rem;
}
.podcast-page .secondary.podcast .text .title {
  font-size: 1.7rem;
}
@media (max-width: 575px) {
  .podcast-page .secondary.podcast .text .title {
    font-size: 1.55rem;
  }
}
.podcast-page .advice-slider {
  margin-bottom: 3.5rem;
}
@media (max-width: 575px) {
  .podcast-page .advice-slider {
    margin-bottom: 3rem;
  }
}

.topic-page .main-topic-category-title-date {
  background-color: var(--bs-gray-light-f2);
  text-align: right;
  padding: 47px 0px 10px 1.5rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .topic-page .main-topic-category-title-date {
    padding: 35px 1.5rem 0px 1.5rem;
  }
}
@media (max-width: 575px) {
  .topic-page .main-topic-category-title-date {
    padding: 25px 1.5rem 0px 1.5rem;
    text-align: left;
  }
}
.topic-page .main-topic-category-title-date .category-square {
  text-align: right;
  font-size: 0.75rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .topic-page .main-topic-category-title-date .category-square {
    margin-top: 6px;
  }
}
@media (max-width: 575px) {
  .topic-page .main-topic-category-title-date .category-square {
    font-size: 0.55rem;
    margin-top: 16px;
    margin-bottom: 0px;
    letter-spacing: 0.2rem;
  }
}
.topic-page .main-topic-category-title-date .category-square .background-effect {
  background-color: var(--bs-gray-dark);
  padding: 9px 0.9rem;
}
@media (max-width: 575px) {
  .topic-page .main-topic-category-title-date .category-square .background-effect {
    padding: 12px 1.2rem;
  }
}
.topic-page .main-topic-category-title-date h1.title {
  line-height: 1;
  font-size: 2.5rem;
  font-family: helvetica-ltstd-ultra-comp;
  text-transform: uppercase;
  color: var(--bs-orange);
}
@media (min-width: 576px) {
  .topic-page .main-topic-category-title-date h1.title {
    padding-top: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 1000px) {
  .topic-page .main-topic-category-title-date h1.title {
    font-size: calc( 34px + 15 * ((100vw - 576px) / 680) );
  }
}
@media (max-width: 575px) {
  .topic-page .main-topic-category-title-date h1.title {
    color: var(--bs-gray-dark-text);
    padding: 0;
    margin-top: 25px;
    margin-bottom: 5px;
  }
}
.topic-page .main-topic-category-title-date .date {
  color: var(--bs-orange);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 0.9;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .topic-page .main-topic-category-title-date .date {
    padding-top: 0px;
    padding-left: 2rem;
    margin-bottom: 0px;
  }
}
.topic-page .main-topic-category-title-date .date .month {
  font-family: reforma-1918-negra;
  font-size: 0.8rem;
}
@media (max-width: 575px) {
  .topic-page .main-topic-category-title-date .date .month {
    font-size: 0.65rem;
  }
}
.topic-page .main-topic-category-title-date .date .year-day {
  font-size: 1.1rem;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .topic-page .main-topic-category-title-date .date .year-day {
    font-size: 0.9rem;
    line-height: 1;
  }
}
.topic-page .extract-first-paragraph {
  background-color: var(--bs-gray-light-f2);
  text-align: left;
  padding: 33px 3.5rem 10px 50px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .topic-page .extract-first-paragraph {
    padding: 29px 1.5rem 1.5rem 1.5rem;
  }
}
@media (max-width: 575px) {
  .topic-page .extract-first-paragraph {
    padding: 0px 1.5rem 1rem 1.5rem;
  }
}
.topic-page .extract-first-paragraph .extract p {
  font-family: reforma-1918-negra;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .topic-page .extract-first-paragraph .extract p {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .topic-page .extract-first-paragraph .extract p {
    margin-top: 1rem;
  }
}
.topic-page .extract-first-paragraph .first-paragraph {
  padding-top: 1rem;
}
.topic-page .extract-first-paragraph .first-paragraph p {
  font-size: 1.15rem;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .topic-page .extract-first-paragraph .first-paragraph p {
    font-size: 1.05rem;
  }
}
.topic-page .content {
  background-color: white;
  padding: 1.5rem 3.5rem 6rem 3.5rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .topic-page .content {
    padding: 1.5rem 1.5rem 4rem 1.5rem;
  }
}
@media (max-width: 575px) {
  .topic-page .content {
    padding: 1.5rem 1.5rem 3rem 1.5rem;
    background-color: var(--bs-pink);
  }
}
.topic-page .content h3 {
  font-family: reforma-1918-negra;
  margin-top: 1.5rem;
}
.topic-page .content blockquote {
  padding: 3rem 10%;
}
@media (max-width: 575px) {
  .topic-page .content blockquote {
    padding: 1rem 7%;
  }
}
.topic-page .content blockquote p {
  text-indent: -20px;
  font-family: helvetica-ltstd-ultra-comp;
  font-size: 3.5rem;
  color: var(--bs-orange);
  line-height: 1;
}
@media (min-width: 576px) and (max-width: 767px) {
  .topic-page .content blockquote p {
    font-size: 3rem;
    text-indent: -20px;
  }
}
@media (max-width: 575px) {
  .topic-page .content blockquote p {
    font-size: 2.2rem;
    text-indent: -12px;
  }
}
.topic-page .content blockquote cite {
  font-size: 1.2rem;
}
@media (max-width: 575px) {
  .topic-page .content blockquote cite {
    font-size: 1rem;
  }
}
.topic-page .content h1 {
  margin-top: 2.5rem;
  margin-bottom: 0rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: helvetica-ltstd-ultra-comp;
  font-size: 5.4rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .topic-page .content h1 {
    font-size: 4.5rem;
    margin-top: 2.1rem;
  }
}
@media (max-width: 575px) {
  .topic-page .content h1 {
    font-size: 3.5rem;
    margin-top: 1.9rem;
  }
}
.topic-page .content p {
  font-size: 1.15rem;
  line-height: 1.3;
  margin-bottom: 0.7rem;
  margin-top: 0.7rem;
}
@media (max-width: 575px) {
  .topic-page .content p {
    font-size: 1.05rem;
  }
}
.topic-page .content p strong {
  font-family: reforma-1918-negra;
  color: #484848;
}
.topic-page .content p a {
  color: var(--bs-orange);
  font-family: reforma-1918-negra;
}
.topic-page .content p a:hover {
  color: var(--bs-orange);
  border-bottom: 1px solid var(--bs-orange-light);
}
.topic-page .content p a:visited {
  color: var(--bs-dark-orange);
}
.topic-page .content picture img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.topic-page .content picture figcaption {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.1;
  margin-top: -0.7rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 575px) {
  .topic-page .content picture figcaption {
    font-size: 0.95rem;
  }
}
.topic-page .content .video {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.topic-page .content .video.ratio-9x16 {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
}
@media (min-width: 421px) and (max-width: 575px) {
  .topic-page .content .video.ratio-9x16 {
    max-width: 220px;
  }
}
@media (max-width: 420px) {
  .topic-page .content .video.ratio-9x16 {
    max-width: 210px;
  }
}
.topic-page .content .video.ratio-9x16.youtube {
  --bs-aspect-ratio: calc(16.5 / 9 * 100%);
}
.topic-page .content .video.ratio-9x16.facebook {
  --bs-aspect-ratio: calc(16 / 9 * 100%);
}
.topic-page .content .video-wrapper {
  background-image: url("/wp-content/themes/alreves/img/vertical-video-background-1000x700.jpg");
}
@media (max-width: 575px) {
  .topic-page .content .video-wrapper {
    background-image: url("/wp-content/themes/alreves/img/vertical-video-background-575x403.jpg");
  }
}
.topic-page .first-secondary-posts-block {
  padding-top: 2rem;
}
.topic-page #sharing-social-bar, .topic-page .sharing-social-bar {
  position: fixed;
  z-index: 4;
}
@media (min-width: 1081px) {
  .topic-page #sharing-social-bar, .topic-page .sharing-social-bar {
    width: 40px;
    top: 50%;
    left: calc( 50% + 500px);
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .topic-page #sharing-social-bar, .topic-page .sharing-social-bar {
    width: 40px;
    top: 50%;
    right: 0.5%;
  }
}

.subscribe-page {
  --bs-subscribe-background-gray: #cdcdcd;
  background-color: var(--bs-subscribe-background-gray);
}
.subscribe-page .top-border {
  border-top: 30px solid var(--bs-subscribe-background-gray);
}
.subscribe-page .banner-promotion-payment {
  min-height: 564px;
  padding-top: 15px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .subscribe-page .banner-promotion-payment {
    background-image: url("/wp-content/themes/alreves/img/subscribe-desktop-background.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .subscribe-page .banner-promotion-payment {
    background-color: var(--bs-subscribe-background-gray);
  }
}
.subscribe-page .banner-promotion-payment .subscription-button.extra-large {
  padding-left: 11%;
  padding-bottom: 31px;
}
.subscribe-page .banner-promotion-payment .subscription-button.extra-large .wrapper {
  width: 345px;
  height: auto;
  padding: 17px 0px 3px 0px;
}
.subscribe-page .banner-promotion-payment .subscription-button.extra-large .wrapper:hover {
  cursor: default;
}
@media (max-width: 575px) {
  .subscribe-page .banner-promotion-payment .subscription-button.extra-large .wrapper {
    width: 259px;
    height: auto;
    padding: 13px 0px 3px 0px;
  }
}
.subscribe-page .banner-promotion-payment .subscription-button.extra-large .text {
  font-size: 3.7rem;
  letter-spacing: 0.85rem;
  line-height: 1;
}
@media (max-width: 575px) {
  .subscribe-page .banner-promotion-payment .subscription-button.extra-large .text {
    font-size: 2.75rem;
    letter-spacing: 0.7rem;
  }
}
.subscribe-page .banner-promotion-payment .subscription-button.payment {
  padding-left: 11%;
  padding-bottom: 7px;
}
.subscribe-page .banner-promotion-payment .subscription-button.payment a {
  padding: 18px 5px 13px 5px;
  background-color: transparent;
  border: 2px solid var(--bs-gray);
  font-size: 1.45rem;
  letter-spacing: 1px;
  color: var(--bs-gray-text);
}
.subscribe-page .banner-promotion-payment .subscription-button.payment a .value {
  color: var(--bs-gray-semi-dark);
}
.subscribe-page .banner-promotion-payment .subscription-button.payment a:hover {
  color: var(--bs-orange);
}
.subscribe-page .banner-promotion-payment .subscription-button.payment a:hover span {
  color: var(--bs-orange);
}
.subscribe-page .banner-promotion-payment .promotion {
  margin-left: 11%;
  width: 345px;
}
@media (max-width: 575px) {
  .subscribe-page .banner-promotion-payment .promotion {
    width: 290px;
  }
}
.subscribe-page .banner-promotion-payment .promotion p {
  font-family: reforma-1918-negra;
  margin-bottom: 31px;
  color: white;
  line-height: 1.36;
  letter-spacing: 1px;
}
.subscribe-page .banner-promotion-payment .promotion p .background-effect {
  background-color: var(--bs-gray-dark);
}
.subscribe-page .banner-promotion-payment .payment-buttons {
  padding-left: 11%;
}
.subscribe-page .banner-promotion-payment .mobile-picture {
  text-align: center;
}
.subscribe-page .banner-promotion-payment .payment-methods {
  text-align: center;
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 575px) {
  .subscribe-page .banner-promotion-payment .payment-methods {
    padding-top: 0px;
  }
}
.subscribe-page .banner-promotion-payment .payment-methods img {
  height: 28px;
  padding-right: 7px;
  padding-left: 7px;
}
@media (max-width: 767px) {
  .subscribe-page .banner-promotion-payment .payment-methods img {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.subscribe-page .banner-promotion-payment .payment-methods img.cordobesa {
  height: 20px;
}
.subscribe-page .banner-promotion-payment .payment-methods img.visa {
  height: 18px;
}
.subscribe-page .banner-promotion-payment .payment-methods img.naranja {
  height: 25px;
}
.subscribe-page .banner-promotion-payment .payment-methods img.pago-facil {
  height: 32px;
}
.subscribe-page .banner-promotion-payment .payment-text {
  padding: 10px 1.5rem 5px 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.2;
  font-family: open-sans-regular;
}
.subscribe-page .advantages-contact .advantages {
  text-align: center;
  padding: 0.5rem 12% 1rem 12%;
  background-color: white;
}
@media (max-width: 767px) {
  .subscribe-page .advantages-contact .advantages {
    padding: 2rem 12% 1rem 12%;
  }
}
.subscribe-page .advantages-contact .advantages .title {
  letter-spacing: 1px;
  font-family: helvetica-ltstd-ultra-comp;
  font-size: 1.8rem;
  color: var(--bs-orange);
  margin-bottom: 0.4rem;
}
.subscribe-page .advantages-contact .advantages .title.last {
  padding-top: 1.5rem;
}
.subscribe-page .advantages-contact .advantages p {
  font-size: 1.12rem;
  line-height: 1.2;
}
.subscribe-page .advantages-contact .contact-more-info {
  font-family: open-sans-regular;
  text-align: center;
  min-height: 70px;
}
@media (max-width: 767px) {
  .subscribe-page .advantages-contact .contact-more-info {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
}
.subscribe-page .advantages-contact .contact-more-info .phone, .subscribe-page .advantages-contact .contact-more-info .whatsapp {
  padding: 4px 1rem 1px 1rem;
}
@media (min-width: 768px) {
  .subscribe-page .advantages-contact .contact-more-info .phone, .subscribe-page .advantages-contact .contact-more-info .whatsapp {
    font-size: 1rem;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}
@media (max-width: 767px) {
  .subscribe-page .advantages-contact .contact-more-info .phone, .subscribe-page .advantages-contact .contact-more-info .whatsapp {
    font-size: 0.9rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    width: 235px;
  }
}
.subscribe-page .advantages-contact .contact-more-info .email {
  padding: 3px 1rem 2px 1rem;
}
.subscribe-page .advantages-contact .contact-more-info .more-info {
  padding: 3px 1rem 4px 1rem;
}
.subscribe-page .advantages-contact .contact-more-info a, .subscribe-page .advantages-contact .contact-more-info a:focus, .subscribe-page .advantages-contact .contact-more-info a:visited {
  color: var(--bs-gray-light-text);
}
@media (min-width: 768px) {
  .subscribe-page .advantages-contact .contact-more-info a:hover {
    color: var(--bs-orange);
  }
}
.subscribe-page .advantages-contact .contact-more-info a svg {
  color: var(--bs-orange);
  margin-bottom: 5px;
}
.subscribe-page .advantages-contact .contact-more-info .email, .subscribe-page .advantages-contact .contact-more-info .more-info {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .subscribe-page .advantages-contact .contact-more-info .email, .subscribe-page .advantages-contact .contact-more-info .more-info {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .subscribe-page .advantages-contact .contact-more-info .email, .subscribe-page .advantages-contact .contact-more-info .more-info {
    width: 235px;
  }
}
.subscribe-page .advantages-contact .more-info-detail {
  font-family: open-sans-regular;
  padding: 2rem 3rem;
  background-color: white;
}
.subscribe-page .advantages-contact .more-info-detail svg {
  color: var(--bs-orange);
}
.subscribe-page .advantages-contact .more-info-detail .bold {
  font-family: open-sans-semi-bold;
}
.subscribe-page #sharing-social-bar, .subscribe-page .sharing-social-bar {
  position: fixed;
  z-index: 4;
}
@media (min-width: 1081px) {
  .subscribe-page #sharing-social-bar, .subscribe-page .sharing-social-bar {
    width: 40px;
    top: 50%;
    left: calc( 50% + 500px);
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .subscribe-page #sharing-social-bar, .subscribe-page .sharing-social-bar {
    width: 40px;
    top: 50%;
    right: 0.5%;
  }
}

.advice-slider, .alreves-advice {
  z-index: 1;
  text-align: center;
  background-image: url("/wp-content/themes/alreves/img/advices/advice-background-1000x300.jpg");
  background-position: center;
  background-repeat: no-repeat;  
}
@media (max-width: 575px) {
  .advice-slider, .alreves-advice {
    background-image: url("/wp-content/themes/alreves/img/advices/advice-background-575x500.jpg");
    background-size: auto;
  }
}
@media (min-width: 576px) {
  .advice-slider, .alreves-advice {
    padding-top: 4%;
    padding-bottom: 4%;
    background-size: cover;
  }
}
@media (max-width: 575px) {
  .advice-slider, .alreves-advice {
    padding-top: 7%;
    padding-bottom: 7%;
  }
}
@media (min-width: 768px) {
  .advice-slider img, .alreves-advice img {
    max-width: 80%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .advice-slider img, .alreves-advice img {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .advice-slider img, .alreves-advice img {
    max-width: 80%;
  }
}
.advice-slider picture, .alreves-advice picture {
  -webkit-filter: none;
          filter: none;
}
.advice-slider .invisible, .alreves-advice .invisible {
  height: 1px;
  width: 1px;
}

@-webkit-keyframes slideInDownAndZoomIn {
  0% {
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.85, 0.85, 0.85);
    transform: translate3d(0, -100%, 0) scale3d(0.85, 0.85, 0.85);
    visibility: visible;
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.85, 0.85, 0.85);
    transform: translate3d(0, 0, 0) scale3d(0.85, 0.85, 0.85);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes slideInDownAndZoomIn {
  0% {
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.85, 0.85, 0.85);
    transform: translate3d(0, -100%, 0) scale3d(0.85, 0.85, 0.85);
    visibility: visible;
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.85, 0.85, 0.85);
    transform: translate3d(0, 0, 0) scale3d(0.85, 0.85, 0.85);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__animated.animate__slideInDownAndZoomIn {
  -webkit-animation-name: slideInDownAndZoomIn;
  animation-name: slideInDownAndZoomIn;
}
@-webkit-keyframes slideInDownAndZoomOut {
  0% {
    -webkit-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    visibility: visible;
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
    transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes slideInDownAndZoomOut {
  0% {
    -webkit-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    visibility: visible;
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
    transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__animated.animate__slideInDownAndZoomOut {
  -webkit-animation-name: slideInDownAndZoomOut;
  animation-name: slideInDownAndZoomOut;
}
@-webkit-keyframes slideInLeftAndZoomOut {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
    visibility: visible;
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
    transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes slideInLeftAndZoomOut {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
    visibility: visible;
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
    transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__animated.animate__slideInLeftAndZoomOut {
  -webkit-animation-name: slideInLeftAndZoomOut;
  animation-name: slideInLeftAndZoomOut;
}
@-webkit-keyframes slideInLeftAndZoomIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
}
@keyframes slideInLeftAndZoomIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
}
.animate__animated.animate__slideInLeftAndZoomIn {
  -webkit-animation-name: slideInLeftAndZoomIn;
  animation-name: slideInLeftAndZoomIn;
}
@-webkit-keyframes slideInRightAndZoomOut {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
    visibility: visible;
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
    transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes slideInRightAndZoomOut {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
    visibility: visible;
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
    transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__animated.animate__slideInRightAndZoomOut {
  -webkit-animation-name: slideInRightAndZoomOut;
  animation-name: slideInRightAndZoomOut;
}
@-webkit-keyframes slideInAndZoomIn {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    visibility: visible;
  }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
}
@keyframes slideInAndZoomIn {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    visibility: visible;
  }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
}
.animate__animated.animate__slideInAndZoomIn {
  -webkit-animation-name: slideInAndZoomIn;
  animation-name: slideInAndZoomIn;
}
@-webkit-keyframes slideInAndZoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    visibility: visible;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes slideInAndZoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    visibility: visible;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__animated.animate__slideInAndZoomOut {
  -webkit-animation-name: slideInAndZoomOut;
  animation-name: slideInAndZoomOut;
}

@media (max-width: 768px) {
  #sharing-social-bar, .sharing-social-bar {
    text-align: center;
    position: fixed;
    z-index: 4;
    bottom: 5px;
    right: calc(50% - 54px);
    width: auto;
  }
}
#sharing-social-bar .btn, .sharing-social-bar .btn {
  margin: 0.5rem 0.3rem;
  color: var(--bs-gray-light);
  background-color: var(--bs-gray-semi-dark);
  border-color: var(--bs-gray-semi-dark);
}
#sharing-social-bar .btn:hover, .sharing-social-bar .btn:hover {
  color: var(--bs-orange);
  background-color: var(--bs-gray-semi-dark);
  border-color: var(--bs-gray-semi-dark);
}
@media (max-width: 768px) {
  #sharing-social-bar .btn, .sharing-social-bar .btn {
    margin: 0.3rem 0.3rem;
  }
}
#sharing-social-bar .btn-sm, .sharing-social-bar .btn-sm {
  border-radius: 50%;
  padding: 3px;
  line-height: 0;
}