/* Blog post */

.blog-post {
  margin: 0 auto;
  /* max-width: 960px; */
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}
/* Blog extras */
/* CTA flexibles */
.Bottom-cta{
	margin-top: 3rem;
    display: flex;
    padding: 1rem 1rem 2rem;
    border-radius: 1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}
.title.cta_bottom{
font-size: 28px!important;
    line-height: 51px!important;
    font-weight: 500;
    letter-spacing: -1px;
    margin: 0;
}

.subtitle.cta_bottom{
    font-weight: 500;
    color: var(--borde-sobregris)!important;
	
}

.green{

    background-position: 0rem -9.6rem;
    background-image: url(https://416379.fs1.hubspotusercontent-na1.net/hubfs/416379/ASJ/BG-CTA-Green-10.svg);
    background-repeat: no-repeat;
    background-size: 800px;
    border: 1px solid var(--borde-sobregris);
box-shadow: 0 5px 17px -7px var(--verde);
max-width: 700px;
margin: 0 auto;

}

.green .CTA-CTA{
	    box-shadow: 0 5px 17px -7px var(--link-color);}
}



.grid-cristo {
    display: grid;
    grid-template-columns: minmax(35%,300px) 50px 1fr;
    grid-column-gap: 2%;
    padding: 2%;
    align-items: center;
}

.grid-cristo-img{

width:75%;
  
}

.post-body .grid-cristo h3{

  margin:0;
}


@media (max-width:510px){

.grid-cristo{

grid-template-columns: 1fr min-content;
  
}

.grid-cristo-img{

display: none;
  
}

.post-body .grid-cristo h3 {
    margin: 0;
   
    font-size: 16px!important;
    grid-column-start: 2;
    grid-row-start: 1;
}
.post-body .grid-cristo ul{
      border-right: 2px solid #425b76;
  border-radius: 0 20px 20px 0;}
}



video.post {  
 /* padding-bottom:56.25%;*/
  position:relative;
  width:100%
}

video.post *{
position:absolute;
  width:100%;
  top:0;
  left:0;
  height:100%;}

/* triagulo de post*/

.post-body ol.triangle {
  text-align: center;
  list-style-type: none;
  margin: 0 auto;
  position: relative;
  padding: 3em 3em 0;
 max-width: 24.5em;
  width:100%;
  color: white;
  background: linear-gradient(-52.5deg, #ffa700, #ff8d00 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(52.5deg, #ffa700, #ffa700 50%, rgba(0, 0, 0, 0) 50%);
  background-repeat: no-repeat;
  background-size: 50.2% 100%;
  background-position: top left, top right;
}
body .triangle li {
  line-height: 2.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0px!important;
}

body .triangle li:first-child{

border-top: 0px solid rgba(255, 255, 255, 0.2);
}

@media (max-width:480px){

.post-body ol.triangle {
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    position: relative;
    padding: 6em 3em 0;
    max-width: 24.5em;
    width: 100%;
    color: white;
    background: linear-gradient(-60.5deg, #ffa700, #ff8d00 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(60.5deg, #ffa700, #ffa700 50%, rgba(0, 0, 0, 0) 50%);
    background-repeat: no-repeat;
    background-size: 50.2% 100%;
    background-position: top left, top right;
}

}

@media (max-width:375px){

   .post-body ol.triangle {
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    position: relative;
    padding: 6em 3em 0;
    max-width: 24.5em;
    width: 100%;
    color: white;
    background: linear-gradient(-65.5deg, #ffa700, #ff8d00 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(65.5deg, #ffa700, #ffa700 50%, rgba(0, 0, 0, 0) 50%);
    background-repeat: no-repeat;
    background-size: 50.2% 100%;
    background-position: top left, top right;
}

}

@media (max-width: 320px){
.post-body ol.triangle {
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    position: relative;
    padding: 4em 3em 0;
    max-width: 24.5em;
    width: 100%;
    color: white;
    background: linear-gradient(-74.5deg, #ffa700, #ff8d00 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(74.5deg, #ffa700, #ffa700 50%, rgba(0, 0, 0, 0) 50%);
    background-repeat: no-repeat;
    background-size: 68.2% 100%;
    background-position: -42px 30px, 157% 30px;
}
}

/*= clase mark para marcar cosas =*/

.mark{

background: rgb(248, 250, 255);
border: 1px solid #cbd6e2;
padding: 2% 2%;
color: #425b76;
font-weight: 400; 
margin: 20px 10px;
}

.mark p {
color: #425b76!important;
 }


/*===tabla de benchmark ===*/
@media (max-width:589px){

#asj_table{

  flex-wrap:wrap;
}
  #asj_table div {
  
  width: calc(100% / 2)!important;
    padding: 5% 2%!important;
  } 
  #asj_table div:nth-child(1), #asj_table div:nth-child(2){
  border-bottom: 1px solid #cbd6e2;
    
  }    
  #asj_table div:nth-child(2){ 
  border-right: 0px solid #cbd6e2;
  }
}

/*===TABLAS DE TOPS ===*/

p.karma{

font-size: 20px; 
color: #10a4ff!important; 
font-weight: 400;

}

p.topnumero {
    
    font-size: 30px!important;
    line-height: 32px!important; 
    font-weight: 600;
    
    
}

div.toppersona {
    
    
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 33% 37%;
    background-size: cover;
    margin: 10px 0;
    position:relative;
}


hr.topnext{
    
    border: 1px solid #FFCE00;
    margin: 10px auto;
    width:100%;
    display:block;
    opacity: .5;
    
}


span.inasjtext{
    
    color:white;
    font-weight: bold;
    position:absolute;
    bottom:25px;
    left: 10px;
}

span.topiconico{
    
    font-size: 24px;
    color:white;
    position:absolute;
    bottom: 25px;
    right: 20px;
    
    
}

@media screen and (max-width:320px){
    
span.topiconico{ 
    
    font-size: 23px;
    bottom: 0px;
    top:25px;
    
    }
.post-body span.topiconico a{
    
    margin: 0 7px!important;
}
}


.post-body span.topiconico a{
    
  color:white!important;
  cursor:pointer;
  margin: 0 4px;
    
}

.post-body span.topiconico a:hover{
transition:all .4s ease; 
  -moz-transition:all .4s ease; 
  -webkit-transition:all .4s ease; 
  -o-transition:all .4s ease;    
  color:#FFCE00!important;
    
}


/*-------------*/


/*destacado nuevo */


.blog-post-wrapper .destacado{
  border-radius: 8px;  
  background: #f2f5f8;
  padding: 2.75em;
  margin: 10px auto 40px;
  position:relative;
    
}

.blog-post-wrapper .destacado h3{
    
    font-weight: 800!important;
    -webkit-font-smoothing: antialiased;
    font-family: Lato!important;
    margin-bottom: 13px;
    border-bottom: 1.5px solid #cbd6e2;
    padding-bottom: 13px;
    padding-left: 89px;
}


.blog-post-wrapper .destacado h3:before{ 
    
    content: "";
    background-image: url(https://416379.fs1.hubspotusercontent-na1.net/hubfs/416379/asj_logos/optimizados_/ASJ-LogoVector-08.svg?t=1510918144688);
    background-repeat: no-repeat;
    width: 78px;
    height: 23px;
    display: block;
    position: absolute;
    left: 42px;
    margin-top: 0.6%;
    
}

@media (max-width: 425px){
    
.blog-post-wrapper .destacado h3 {

    padding-left: 0px;
    padding-top: 11px;
    
}

.blog-post-wrapper .destacado h3:before {

    margin-top: -8.4%;
}

}

@media (max-width: 321px){    

.blog-post-wrapper .destacado h3:before {
    left: 24px;
    margin-top: -11.4%;
}

.blog-post-wrapper .destacado {

    padding: 1.75em;

}

    
}