main.ca-blog-content-section {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

/*.ca-blog-content-flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
}*/

.ca-blog-content-flex {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;
  margin: 0 auto !important;
}

article.ca-blog-content-article-container {
  flex: 1 1 100%;
  order: 0;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.ca-blog-content-header-container {
  background: #fffdfd;
}

.ca-blog-content-header-flex {
  display: flex;
  flex-flow: row;
  max-width: 1440px;
  padding: 2rem 1rem;
  margin: 0 auto;
}

.ca-blog-content-header {
  flex: 1 1 50%;
  order: 1;
  align-content: center;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin: 0 2rem 0 2rem;
}

figure {
  margin: 0 auto;
  text-align: center;
  flex: 1 1 15%;
  order: 0;
  align-content: center;
  justify-content: center;
  align-items: center;
  align-self: center;
  display: flex;
  flex-flow: column;
  max-width: 500px;
}

figure img {
  width: 100%;
  height: auto;
}

figure.ca-blog-content-image img {
    align-self: flex-end;
    border-radius: 0;
    margin: 0;
    max-width: 450px;
}

.ca-blog-content-image {
  position: relative;
  z-index: 0;
}

/*.ca-blog-content-image:after {
    background: rgb(201,86,61);
    background: linear-gradient(291deg, rgba(201,86,61,1) 0%, rgba(191,66,66,1) 100%);
    border-radius: 0.5rem;
    bottom: 0;
    content: "";
    display: block;
    height: 8rem;
    left: 3rem;
    position: absolute;
    width: 8rem;
    z-index: -1;
}

@media screen and (max-width: 1280px) {
  .ca-blog-content-image:after {
    background: rgb(201,86,61);
    background: linear-gradient(291deg, rgba(201,86,61,1) 0%, rgba(191,66,66,1) 100%);
    border-radius: 1rem;
    bottom: -1rem;
    content: "";
    display: block;
    height: 8rem;
    left: -3rem;
    position: absolute;
    width: 8rem;
    z-index: -1;
  }
}*/

span.featured-img-feet {
    align-self: flex-end;
    color: #5c5c5c;
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: .8rem;
    font-style: normal;
    letter-spacing: .15rem;
    margin: 1rem 1rem 0 0;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ca-blog-content-title .reading-time {
  margin: 1rem auto;
  letter-spacing: .25rem;
  color: #5c5c5c !important;
}

section.ca-blog-content-title .reading-minutes {
    color: #313131;
    font-family: 'Source Sans 3', Arial, sans-serif !important;
}

span.reading-minutes:before {
  content: '\f06e';
  font-family: 'Font Awesome 6 Pro';
  margin-right: 0.15rem;
  color: #c9563d;
}

section.ca-blog-content-first {
    color: #5c5c5c;
    font-size: 1.15rem;
    letter-spacing: .25rem;
    font-family: 'Source Sans 3', Arial, sans-serif;
}

.ca-blog-article-main {
  max-width: 700px;
  margin: 3rem auto;
}

article.ca-blog-content-article-container h1 {
  font-family: 'Quicksand', Arial, sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 3.75rem;
  margin: 0 auto 2rem;
  color: #313131;
}

article.ca-blog-content-article-container h2 {
  color: #313131;
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin: 3.75rem auto 3.5rem;
  position: relative;
}

article.ca-blog-content-article-container h2:after {
  background: rgb(201,86,61);
  background: linear-gradient(344deg, rgba(201,86,61,1) 0%, rgba(191,66,66,1) 100%);
  bottom: -2rem;
  content: "";
  display: block;
  height: 0.5rem;
  position: absolute;
  width: 75px;
  border-radius: 1rem;
}

article.ca-blog-content-article-container h3 {
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #c9563d;
  margin: 3rem auto 1.5rem;
}

article.ca-blog-content-article-container h4 {
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #313131;
  margin: 2rem auto 1.5rem;
}

article.ca-blog-content-article-container h5 {
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #5a5a5a;
  margin: 2rem auto 1.5rem;
}


article.ca-blog-content-article-container p {
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto 1.25rem;
  color: #313131;
  -webkit-font-smoothing: antialiased;
}

.article-intro p:first-child:first-letter {
    display: block;
    float: left;
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 6.5rem;
    font-weight: 600;
    line-height: 5rem;
    margin: 0.25rem 0.35rem 0px -0.5rem;
}

article.ca-blog-content-article-container li {
    color: #212121;
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin: 1rem auto;
}

article.ca-blog-content-article-container a {
  text-decoration: underline;
  color: #000000;
  text-decoration-color: #c9563d;
  font-weight: 700;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

article.ca-blog-content-article-container a:hover {
  font-weight: 700;
  color: #c9563d;
  text-decoration-color: #c9563d;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

article.ca-blog-content-article-container img {
    margin: 2rem auto 0.5rem;
    max-width: 100%;
    border-radius: 1rem;
}

mark {
  background-color: #c9563d;
  color: #fff;
}

/** Índice de contenidos **/

section.ca-blog-content-index {
    background: #fff0f0;
    border-radius: 1rem;
    box-sizing: border-box;
    margin: 5rem auto;
    max-width: 100%;
    padding: 2rem 1.5rem 1rem;
    position: relative;
    text-align: left;
    width: fit-content;
}

section.ca-blog-content-index:before {
    color: #c9563d;
    content: "\f002";
    font-family: Font Awesome\ 6 Pro;
    font-size: 3rem;
    font-weight: 600;
    left: -1rem;
    position: absolute;
    top: -1rem;
}

section.ca-blog-content-index:after {
    bottom: 0;
    color: #c9563d;
    content: "\f39b";
    font-family: Font Awesome\ 6 Pro;
    font-size: 2rem;
    position: absolute;
    right: 15px;
}

article.ca-blog-content-article-container .ca-blog-content-index h2 {
  font-size: 2rem;
  margin: 0 auto 3rem;
  text-align: center;
}

article.ca-blog-content-article-container .ca-blog-content-index h2:after {
    background: rgb(201,86,61);
    background: linear-gradient(291deg, rgba(201,86,61,1) 0%, rgba(191,66,66,1) 100%);
    border-radius: 1rem;
    bottom: -1.15rem;
    margin: 0 auto !important;
    content: "";
    display: block;
    height: 0.5rem;
    position: relative;
    width: 75px;
    text-align: center;
}

.ca-blog-content-index ol {
  font-family: 'Source Sans 3', Arial, sans-serif;
  list-style: none;
  list-style-position: inside;
  counter-reset: index-list;
  padding: 0;
}

.ca-blog-content-index ol li {
  font-family: 'Source Sans 3', Arial, sans-serif;
  list-style-position: inside;
  counter-increment: index-list;
}

.ca-blog-content-index ol li {
    counter-increment: index-list;
    line-height: .5rem;
    font-size: 1rem;
}

.ca-blog-content-index ol li::before {
  content: counter(index-list) ". ";
}

.ca-blog-content-index ol li a::after {
  content: "\f0a4";
  font-weight: 400;
  font-family: 'Font Awesome 6 Pro';
  font-size: .85rem !important;
  margin-left: 5px;
  display: inline-block
}

@media screen and (max-width: 767px) {
article.ca-blog-content-article-container .ca-blog-content-index li {
    font-size: 1rem;
    line-height: 1.35rem;
    margin: 0.35rem auto;
}
  article.ca-blog-content-article-container .ca-blog-content-index h2 {
    font-size: 1.75rem;
    margin: 0 auto 3rem;
    text-align: center;
}
.article-intro p:first-child:first-letter {
    display: block;
    float: left;
    font-family: 'Source Sans 3';
    font-size: 6rem;
    font-weight: 600;
    line-height: 5rem;
    margin: 0.25rem 0.25rem 0px -0.5rem;
}
}

/** Byline Autor **/

.content-author {
  font-size: .9rem;
  margin: 1rem auto;
  color: #212121;
  font-weight: 600;
  letter-spacing: .15rem;
}

section.ca-blog-content-author::before {
  display: inline-block;
  width: 50%;
  background: #dadada;
  height: 1px;
  position: relative;
  content: '';
}

section.ca-blog-content-author::after {
  display: inline-block;
  width: 50%;
  background: #dadada;
  height: 1px;
  position: relative;
  content: '';
}

section.ca-blog-content-author {
  padding: 0;
  vertical-align: middle;
  margin: 1rem auto;
  text-align: center;
}

section.ca-blog-content-author p {
  margin: 1rem auto;
}

section.ca-blog-content-author p::before {
  content: "\f044";
  font-weight: 400;
  font-family: 'Font Awesome 6 Pro';
  font-size: 1rem !important;
  margin-right: 5px;
  display: inline-block;
}

span.hs-author-label:before {
    content: '\f5b7';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 0.15rem;
    color: #c9563d;
}
.content-date i {
    color: #c9563d;
    font-weight: 400;
}

@media screen and (max-width: 767px) {

  section.ca-blog-content-author::before,
  section.ca-blog-content-author::after {
    width: 75%;
  }

  section.ca-blog-content-author p {
    margin: 1rem auto !important;
  }

  article.ca-blog-content-article-container {
    max-width: 100%;
  }

  article.ca-blog-content-article-container {
    padding: 0;
  }

  article.ca-blog-content-article-container h2 {
    font-size: 2rem;
    line-height: 2.35rem;
    margin: 3.5rem auto;
  }

  article.ca-blog-content-article-container h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  article.ca-blog-content-article-container h4 {
    font-size: 1.35rem;
    line-height: 1.75rem;
  }

  article.ca-blog-content-article-container h5 {
    font-size: 1.35rem;
    line-height: 1.5rem;
  }
  
    section.ca-blog-content-first {
    color: #5c5c5c;
    font-size: 1rem;
    letter-spacing: .25rem;
    font-size: 1.05rem !important;
    line-height: 1.5rem !important;
  }


  .ca-blog-content-header-container {
    background: #f9f9f9;
    padding: 0 1rem;
  }

  .ca-blog-content-header-flex {
    flex-flow: column;
    max-width: 100%;
    padding: 1rem 0 0;
    margin: 0 auto;
  }

  .ca-blog-content-header {
    flex: 1 1 50%;
    order: 0;
    align-content: center;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin: 0 0.5rem;
  }
  
  .ca-blog-article-main {
    max-width: 700px;
    margin: 3rem auto;
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 1440px) {
  .ca-blog-content-header-container {
    max-width: 1280px;
    margin: 0 auto;
  }
  .ca-timeline-container {
    padding: 2rem 0;
  }
}

/** Video Embed Youtube **/

section.ca-blog-content-video {
  margin: 3rem auto;
}

.ca-blog-content-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  max-width: 1920px;
  margin: 0 auto;
}

.ca-blog-content-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 1080px;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  section.ca-blog-content-video {
    margin: 2rem auto;
  }
}

/** CTAs Content Top **/

aside.ca-blog-content-cta-bottom, aside.ca-blog-content-cta-top {
    margin: 3rem auto;
    text-align: center;
    box-shadow: #ca9292 0px 0px 0px 2px inset;/*, #ffffff 0px 0px 0px 3px, #e28f7a 0px 0px 0px 6px;*/
    padding: 2rem 2rem;
    border-radius: .5rem;
}

.ca-blog-content-cta-top-box span a {
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 1rem auto 0 !important;
    padding: 1rem 1.5rem;
    background: #c9563d;
    display: inline-block;
    border-radius: 0.25rem;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.ca-blog-content-cta-top-box span a:hover {
    background: #212121;
    color: #fff;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

.ca-blog-content-cta-top-box h4 {
    margin: 1rem auto !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
}

.ca-blog-content-cta-top-box p {
    padding: 0 1.5rem;
}

@media screen and (max-width: 767px) {

  aside.ca-blog-content-cta-top,
  aside.ca-blog-content-cta-bottom {
    text-align: center;
    margin: 2rem auto;
    padding: 1.5rem;
  }

  aside.ca-blog-content-cta-top img,
  aside.ca-blog-content-cta-bottom img {
    max-width: 100%;
    height: auto;
  }
  .ca-blog-content-cta-top-box p {
    margin: 0 auto 0.5rem !important;
    padding: 0;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
  .ca-blog-content-cta-top-box span a {
    font-size: 1rem;
    font-weight: 700;
    margin: 0.75rem auto 0.5rem!important;
    padding: 1rem 1.5rem;
}
}

/** Bloque de autor **/

.campmany-autor-container {
    border-radius: 1rem;
    /*box-shadow: 0 4px 16px rgb(17 17 26 / 5%), 0 8px 32px rgb(17 17 26 / 5%);*/
    box-sizing: border-box;
    margin: 2rem auto;
    max-width: 700px;
    padding: 1rem 2rem;
}

.campmany-autor-block {
    display: flex;
    flex-flow: row;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}

.campmany-author-pic {
    max-width: 100%;
    margin: 1rem auto;
    box-sizing: border-box;
    flex: 0 0 35%;
}

.campmany-author-data {
    max-width: 600px;
    margin: 1rem auto;
    box-sizing: border-box;
    flex-shrink: 1;
    flex-basis: auto;
}

.campmany-author-data span {
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    color: #313131;
    line-height: 1.75rem;
    text-decoration: none;
}

.campmany-author-data a {
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: #313131 !important;
    line-height: 1.75rem;
    text-decoration: underline;
}

.campmany-author-data  a:hover {
    color: #c9563d !important;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.campmany-author-data p {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    text-align: left !important;
    margin: 1rem 0 !important;
}

.campmany-author-data p:before {
    content: '"';
    font-size: 1.5rem;
    line-height: 1.5rem;
    z-index: -1;
    color: #ccc;
}

.campmany-author-data p:after {
    content: '"';
    font-size: 1rem;
    line-height: 1.5rem;
    z-index: -1;
    color: #ccc;
}

.campmany-author-data hr {
    height: 1px;
    background-color: #dcdcdc;
    max-width: 350px;
    margin: 20px auto;
    float: none;
    border: 0;
}

img.auth-img {
    max-width: 100%;
}

.campmany-autor-block {
    display: flex;
    flex-flow: row;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}

.campmany-author-pic {
    max-width: 100%;
    margin: 1rem auto;
    box-sizing: border-box;
    flex: 0 0 35%;
}

.campmany-author-data {
    max-width: 600px;
    margin: 1rem auto;
    box-sizing: border-box;
    flex-shrink: 1;
    flex-basis: auto;
}

.campmany-author-data span {
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    color: #313131;
    line-height: 1.75rem;
    text-decoration: none;
}

.campmany-author-data a {
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: #313131 !important;
    line-height: 1.75rem;
    text-decoration: underline;
}

.campmany-author-data  a:hover {
    color: #c9563d !important;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.campmany-author-data p {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    text-align: left !important;
    margin: 1rem 0 !important;
}

.campmany-author-data p:before {
    content: '"';
    font-size: 1.5rem;
    line-height: 1.5rem;
    z-index: -1;
    color: #ccc;
}

.campmany-author-data p:after {
    content: '"';
    font-size: 1rem;
    line-height: 1.5rem;
    z-index: -1;
    color: #ccc;
}

.campmany-author-data hr {
    height: 1px;
    background-color: #dcdcdc;
    max-width: 350px;
    margin: 20px auto;
    float: none;
    border: 0;
}

img.auth-img {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
.campmany-autor-container {
    border-radius: 1rem;
    box-shadow: none;
    box-sizing: border-box;
    margin: 2rem auto 0;
    max-width: 85%;
    padding: 1rem 0 0;
}
  .campmany-author-data {
    margin: 1rem auto 0;
}
.campmany-autor-block {
    flex-flow: column;
}
  .campmany-author-pic {
    max-width: 75%;
    margin: 0 auto;
    box-sizing: border-box;
    flex: 1 0 100%;
}
  .campmany-author-data {
    text-align: center;
}
}

/** Navegación de contenidos **/

.ca-content-nav-container {
  max-width: 400px;
  margin: 0 auto 4rem;
  float: none;
}

.ca-content-nav {
  display: flex;
  flex-flow: row nowrap;
}

.ca-content-nav-home,
.ca-content-nav-prev,
.ca-content-nav-next {
  font-family: 'Quicksand', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #313131 !important;
  text-align: center;
}

.ca-content-nav a {
  color: #313131 !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.ca-content-nav a:hover {
  color: #c9563d !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: underline;
}

.ca-content-nav-greyed {
  opacity: .2;
}

.ca-content-nav-next {
  flex: 1 1 33%;
  text-align: center;
}

.ca-content-nav-home {
  flex: 1 1 33%;
  text-align: center;
}

.ca-content-nav-prev {
  flex: 1 1 33%;
  text-align: center;
}

.ca-content-nav-prev {
  flex: 1 1 33%;
}

.ca-content-nav a:hover {
  text-decoration: none;
}

.ca-content-nav a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {

  .ca-content-nav-home,
  .ca-content-nav-prev,
  .ca-content-nav-next {
    font-size: 1.35rem;
  }
}

@media screen and (max-width: 320px) {

  .ca-content-nav-home,
  .ca-content-nav-prev,
  .ca-content-nav-next {
    font-size: 1.15rem;
  }
}

/** Media Queries Generales **/

@media screen and (max-width: 767px) {
  main.ca-blog-content-section {
    padding: 0;
  }

  .ca-blog-content-flex {
    flex-flow: column;
  }
  
  .content-meta-desc p, .content-meta-desc span {
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.5rem !important;
}

  article.ca-blog-content-article-container h1 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.75rem;
    margin: 0 auto 1.5rem;
    color: #313131;
  }

  article.ca-blog-content-article-container p {
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin: 0 auto 20px;
  }

  article.ca-blog-content-article-container li {
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.75rem;
  }
  
  article.ca-blog-content-article-container li {
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #212121;
}
  
  span.featured-img-feet {
    align-self: center;
    color: #5c5c5c;
    font-size: .75rem;
    font-style: normal;
    letter-spacing: .15rem;
    margin: 0.5rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

  input#toggle+label ::after {
    content: '\f107';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 1.75rem;
    color: #313131;
    position: absolute;
    right: 15px;
  }

  input#toggle:checked+label ::after {
    content: '\f106';
  }
figure {
    margin: 1rem auto 0;
    width: 100%;
}
  figure.ca-blog-content-image img {
    align-self: flex-end;
    margin: 0 auto;
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
    border-radius: 0.5rem;
  }
}

/** Separador **/

.ca-separador {
  width: 150px;
  height: 20px;
  background-color: #d2d2d2;
  margin: 5rem auto;
}

/** Blockquote **/

blockquote,
q {
  margin: 5rem auto;
  max-width: 840px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  background: #fff0f0;
  padding: 2rem 1rem;
  border-radius: 15px;
}

blockquote p:first-child::first-letter,
q p:first-child::first-letter {
  float: none !important;
  font-size: 1.15rem !important;
  line-height: 1.75rem !important;
  font-family: 'Quicksand', Arial, sans-serif !important;
  margin: 0 !important;
  display: inherit;
  font-weight: 700 !important;
}

blockquote::before,
q::before {
  content: '\f10d';
  position: absolute;
  font-weight: 600;
  font-family: 'Font Awesome 6 Pro';
  font-size: 4rem;
  color: #dd816a;
  left: -20px;
  top: -20px;
}

blockquote::after,
q::after {
  content: '\f39b';
  position: absolute;
  font-family: 'Font Awesome 6 Pro';
  font-size: 2rem;
  color: #dd816a;
  right: 15px;
  bottom: 0;
}

blockquote p, q p {
  font-family: 'Source Sans 3', Arial, sans-serif !important;
  margin: 0 auto !important;
  font-size: 1.15rem;
  font-weight: 500 !important;
  padding: 0 1rem;
}

blockquote.bq-cta {
  font-weight: 700;
  font-size: 1.15rem !important;
  max-width: 500px;
  text-align: center;
  line-height: 1.5rem !important;
  text-decoration: none !important;
}

blockquote.bq-cta::before {
  content: '\f1ec';
}

blockquote.bq-cta a {
  text-decoration: none !important;
}

.ca-blog-article-main .cta_button {
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {

  blockquote,
  q {
    border: none;
    border-image: initial;
    border-radius: 15px;
    display: block;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    margin: 5rem auto;
    padding: 2rem 1rem;
    position: relative;
    text-align: center;
    max-width: 100%;
  }

  blockquote:before,
  q:before {
    color: #c9563d;
    content: "\f10d";
    font-family: Font Awesome\ 6 Pro;
    font-size: 4rem;
    font-weight: 600;
    left: -0.313rem;
    position: absolute;
    top: -1rem;
  }
  blockquote p, q p {
  padding: 0 .75rem;
}
}

/* Tabla */

.tabla {
  max-width: 100% !important;
  font-family: 'Source Sans 3', Arial, sans-serif;!important;
  font-weight: 700;
  margin: 3rem 0;
}

.table-head p {
    text-align: center;
    margin: 0 auto !important;
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    font-weight: 600 !important;
}

.tabla td {
  padding: 10px !important;
  margin: 0 !important;
  border: 1px solid #e4e4e4 !important;
  font-size: 1rem !important;
  font-weight: normal;
  color: #424242;
  line-height: 1.25rem !important;
  font-family: 'Source Sans 3', Arial, sans-serif;!important;
}

.tabla tbody tr td {
    border-radius: 0.25rem;
}

td.table-head {
  background: #eaeaea;
  text-align: center;
}

@media (max-width: 940px) {
  .tabla {
    overflow: scroll;
  }
}

.at-share-btn-elements {
    margin-top: 0.75rem;
}

.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn {
  background: rgb(169,0,0);
  background: linear-gradient(240deg, rgba(169,0,0,1) 0%, rgba(201,86,61,1) 100%);
}

.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover {
    transform: none !important;
    background: rgb(169,0,0);
    background: linear-gradient(240deg, rgba(169,0,0,1) 0%, rgba(201,86,61,1) 100%);
    color: #fff;
    text-decoration: none;
}