/* @import url('http://example.com/example_style.css'); */
*{
  font-family: 'Poppins';
}
@import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap');

#main-content {
    padding-top: 89px;
}
.tags {
    /*background-color: #00022e;*/
      background-color: rgba(81, 0, 255, 1) !important;
    color: #fff;padding-top: 36px;
}
.tags .wraper{
    margin: 0 auto;
    padding: 20px;
    max-width: 1316px;
}
.tags ul.tags-list {
    padding-bottom: 30px;
    list-style: none;
    padding-left: 0;
}
.tags ul.tags-list li {
    display: inline-block;
    /*margin-right: 15px;*/
}

.tags ul.tags-list a {
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins';
    /*background-color: #0091ff;*/
    padding: 9px 20px;
    border-radius: 6px;
  font-size:14px;
}

.tags ul.tags-list a.active{
    background-color: #0091ff;
}
.tags ul.tags-list a:hover {
    background-color: rgb(66 130 239 / 50%);
}
.content-top  {
    /*background-image: -webkit-linear-gradient(270deg, rgb(239, 242, 248) 36.2229%, rgb(255, 255, 255) 36.2229%);*/
    /*background-image: -webkit-linear-gradient(270deg, rgb(239, 242, 248) 58.2996%, rgb(255, 255, 255) 58.2996%);*/
    background-color: #DDE6FB !important;
    padding: 34px 0;
    margin-bottom: 0;
}
.content-top .wraper {
    max-width: 1316px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    padding: 0 20px;
}
.content-top .wraper .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

img.image_blog_post {
    width: 100%;
    height: auto;
    border-radius: 8px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.content-top :is(time, .blog-post__meta) {
    font-size: 14px;
  
}

.content-top .blog-post__meta a {
    text-decoration: none;
  color:#000;
}


article .blog-post__body {
  
  padding:70px;
   max-width: 850px;
   
}


.blog-related-posts {
    background-image: linear-gradient(180deg,#f5f7fa,#fff);
}
.blog-related-posts__list {
    gap: 3%;
}
.blog-related-posts__list .blog-related-posts__post {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #F9FAFE;
  transition:all 0.5s ease;
}
.blog-related-posts__list .blog-related-posts__post:hover {
    box-shadow: none;
}
.blog-related-posts .content-wrapper {
    max-width: 1200px;
    padding: 60px 20px;
    margin: auto;
}
article.blog-related-posts__post {
    padding: 0px;
    border: 1px solid #eff2f8;
    border-radius: 8px;
    background-color: #fff;
    color: #1d262c;
    text-decoration: none;
    /*cursor: pointer;*/
      display: flex;
    flex-direction: column;
      position: relative;
}

img.blog-related-posts__image {
    aspect-ratio: 5/3;
    object-fit: cover;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.blog-related-posts__content .post-meta {
    display: flex;
    font-size: 16px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.blog-related-posts__content .post-meta p {
    margin-top: 1px;
}
.blog-related-posts__content {
    padding: 20px;
   display: flex;
    flex-direction: column;
    height: 100%;
}
h3.blog-related-posts__title a {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.blog-related-posts__content time.blog-post__timestamp {
    margin-top: auto;
}
h3.blog-related-posts__title a:before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    /* background: red; */
}
.blog-related-posts .content-wrapper h2 {
    text-align: left;
    color: #5100FF;
    padding-bottom: 30px;
}

article.blog-post {
    display: flex;
  justify-content: space-between;
}
.comparte{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height:fit-content;
}
.comparte ul {
    border-radius: 6px;
    background-color: rgba(239,242,248,.34);
    list-style-type: none;
    margin-top: 63px;
    margin-bottom: 0;
    padding: 20px;
    text-align: center;
}
.comparte li.list-item-shares {
  width: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.back {
    display: flex;
    background-color: #DDE6FB !important;
    margin-top: 27px;
    padding-top: 20px;
    text-align: left;
}
.back .wraper {
    max-width: 1316px;
    background-color: #DDE6FB !important;
    margin: auto;
    width: 100%;
    padding: 0;
}

.p-4 {
  max-width: 1316px;
}
.back a {
    /* max-width: 1316px; */
    padding: 0 20px;
    /*color: #000;*/
    color:black;
    text-decoration: none;
    display: flex;
    align-items: center;
}

  .category {
    text-transform: capitalize;
    position: relative;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 4px 16px;
    color: #01022E;
    font-size: 14px;
    font-family: 'poppins',sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    background-color: #e4edfe;
    border-radius: 4px;
  }


.post-info a {
    text-decoration: none;
    color: #2D2E82;
}
.post-info .meta .read {
    text-transform: initial;
    font-weight: 300;
  color:#5584EB;
}
.post-info a h1 {
    color: black;
    font-size: 36px;
    line-height: 54px;
}
.post-info .author {
    gap: 10px;
}
.post-info .autor-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-info .autor-info a {
    font-size: 15px;
  color:black;
}
.post-info .autor-info  p {
    margin: 3px 0;
    font-size: 14px;
  color:black;
}

.post-info time.blog-post__timestamp {
    font-size: 14px;
    margin-top: 16px;
  color:black;
}
.blog-post :is(h2,h3,h4){
 padding: 25px 0 20px !important;
}
.blog-post h2{
  font-size:22px !important;
  line-height:39px !important;
  color:#2D2E82 !important;
  font-weight:600 !important;
      padding: 25px 0 20px !important;
}
.blog-post h3{
  font-size:18px !important;
  line-height:33px !important;
  color:#000 !important;
  font-weight:600 !important;
}
.blog-post h4{
  font-size:16px !important;
  line-height:30px !important;
  color:#5584EB !important;
  font-weight:600 !important;
}
.blog-post h5{
   font-size:16px !important;
  line-height:30px !important;
  color:#5584EB !important;
  font-weight:600 !important;
}
.blog-post h6{
  font-size:16px !important;
  line-height:28px !important;
  color:#5584EB !important;
  font-weight:600 !important;
}
.blog-post p, .blog-post div > span {
  font-size:16px;
  line-height:30px;
  color:#000;
  padding-bottom: 25px;
}

.blog-post .indice {
    background: #F9FAFE;
   /* border: 1px solid #5584EB;*/
    box-sizing: border-box;
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 30px;
    max-width:400px;
    height: 100vh;
    position: sticky;
    top: 80px;
  overflow: auto;
}

.indice::-webkit-scrollbar {
    width: 4px;
}

.indice::-webkit-scrollbar-thumb {
    background: #D1D1D1;
    border-radius: 5px;
}

.blog-post .indice h3{
    padding-top: 0 !important;
    margin-top: 0;
}
.blog-post .indice ul {
    padding-left: 25px;
    margin-top: -15px;
  color:#5584EB;
  margin-bottom: 0;
}
.blog-post .indice ul li a {
    color: #5584EB;
    text-decoration: none;
}
.blog-post .indice ul li:not(:last-child) {
    padding-bottom: 20px;
}
.blog-post  .blog-post-container {
    display: flex;
    flex-direction: row-reverse;
}
.blog-post ul li {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 10px;
  font-weight:100;
}
.blog-post a{text-decoration:none;}





.blog-post .blog-post__body a[href$='#intro'] {
    color: #5584EB;
    border: 1px solid;
    width: 100%;
    display: block;
    padding: 5%;
    text-decoration: underline;
}

.blog-post h4 a {
    color: #5584EB;
  font-weight:500;
}

.footer-tags-list {
    background: #F9FAFE;
    padding: 40px 20px;
    text-align: center;
}

.footer-tags-list h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400 !important;
}

.footer-tags-list ul.tags-list {
    display: flex;
    gap: 14px;
    list-style: none;
    justify-content: center;
      padding-left: 0;
  flex-wrap: wrap;
}
.footer-tags-list ul.tags-list li a {
    color: #5584EB;
    border: 2px solid;
    border-radius: 5px;
    padding: 5px 9px;
    font-size: 12px;
}

/*************** to top *************/

.to-top {
    background-color: #5584EB;
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 40px;
    height:40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
    z-index: 10;
    
}

.to-top.active {
    bottom: 80px;
    pointer-events: auto;
    opacity: 1;
}
}
/*************** end to top *************/
/*************** autor *************/
.autor-box {
    max-width: 800px;
    background-color: #fafbfc;
    border-radius: 5px;
 
}
.autor-box a h2{
color:#000;
}
/************* fin autor ***********/


/**** blog subscription  *****/
section.suscribe{
  padding: 54px 20px;
   background-color: rgba(249, 250, 254, 1);
}
section.suscribe h3{
  text-align:center;
  font-size:26px;
}
/*section.suscribe :is(input:not(input[type=submit]), select) {
    min-width: 100%!important;
    border-radius: 5px;
    float: none!important;
    width: 100%;
    background-color: #fff;
    padding: 19px 10px;
    border: 1px solid #5100ff;
    color: #696969;
    font-size: 18px;
    font-family: Poppins,sans-serif;
    border: 1px solid #c4c4c4;
    padding: 0 0 0 20px!important;
    height: 50px;
    background-color: #fff;
}*/
.form-suscripcion {
    max-width: 550px;
    margin: auto;
}
.form-suscripcion label{
  display:none;
}

.form-suscripcion form {
position: relative;
}
.form-suscripcion .hs-form .actions input[type="submit"] {
position: absolute;
top: 39px;
right: 17px;
}
.form-suscripcion form input::placeholder {
    font-family: Poppins,sans-serif;
    font-size: 18px;
    color: #C4C4C4;
    font-weight: 400;
}
.form-suscripcion form input[type="email"] {
padding-right: 250px;
   margin-top: 22px;
}
:lang(pt).form-suscripcion .hs-form .actions input[type=submit] {
    position: initial;
}
@media screen and (max-width:998px){
.form-suscripcion .hs-form .actions input[type="submit"] {
position: initial;
width: 100%;
}

.tags {
    padding-top: 77px;
}
.back {
  margin:0;
    padding-top: 60px;
}
.tags ul.tags-list {
    padding-bottom: 0;
  }
  
.form-suscripcion form input[type="email"] {
padding-right: 10px;

}
}  
a.blog-float-btn {
    align-items: center;
    background: #00d774;
    border-radius: 5px;
    bottom: 23px;
    color: #fff;
    display: inline-flex;
    gap: 12px;
    justify-content: center;
    margin-top: 5px;
    padding: 16px 26px;
    position: fixed;
    right: 120px;
    text-decoration: none;
    transition: all .5s ease-in;
    z-index: 500;
}
/**** Fin blog subscription  *****/


@media screen and (max-width:1250px){
  article .blog-post__body {
    max-width: 800px;
    
}
  .img-autor{
    margin-right: 40px !important;
}
}

@media screen and (max-width:1150px){
  article .blog-post__body {
    max-width: 750px;
}
}

@media screen and (max-width:100px){
  article .blog-post__body {
    max-width: 700px;
}
}

@media screen and (max-width:1050px){
  article .blog-post__body {
    max-width: 680px;
}
}



@media screen and (max-width:1000px){
    .post-info a h1 {
    font-size: 30px;
    line-height: 45px;
}
  
  .blog-post  .blog-post-container {
    display: flex;
    flex-direction: column-reverse;
}
  
  .blog-post .indice{
  max-width: 100%;
    
    height: fit-content;
    
    position: relative;
    top: 0;

  }
  
  article .blog-post__body {
    padding: 20px;
}
  
  .blog-related-posts__list {
    gap: 20px;
}

  .tags {
    overflow: auto;
}
  .tags ul.tags-list {
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    display: flex;
}
  .content-top .wraper {

    flex-direction: column;
    display:block;
}
  .content-top .wraper .col img {
    margin-bottom: 15px;
    margin-top: 10px;
}
  .content-top {
    padding: 34px 0 30px;
}
  article.blog-post {
    padding: 0 20px;
}
  article.blog-post :is(ul,ol) {
    padding-left: 20px;
}
  .blog-related-posts .content-wrapper {
    padding: 30px 20px;
}
  article.blog-post {
    flex-direction: column;
}
  .comparte ul {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

}

@media screen and (max-width:825px){
  
   .blog-related-posts__list .blog-related-posts__post {
    flex: 100%;
}
  
}