.blog-post main {
    max-width: 1200px;
    margin: auto;
  margin: 90px auto 90px;
}
.blog-post main .post-top {
    display: flex;
    gap: 20px;
  align-items: center;
  margin-bottom:15px;
}
.blog-post main .post-top img.featured-image {
    max-width: 550px;
  object-fit: contain;
}
.blog-post main .post-top  blockquote.entradilla {
    width: 100%;
    font-size: 20px;
    font-family: 'Roobert';
  margin-bottom:15px;
}
.blog-post main .post-top blockquote.entradilla:before{display:none;}
.blog-post article{
  max-width: 850px;
  margin: auto;
  padding:0 20px;
}
.blog-post  img.featured-image {
    border-radius: 10px;
    aspect-ratio: 17/7;
    margin-bottom: 10px;
}

.blog-post article h1 {
    color: var(--verde-localiza);
    margin-bottom: 40px;

}
.blog-post article h2 {
    color: var(--verde-localiza);
    margin-bottom: 40px;

}

.blog-post article li {
    font-size: 20px;
    line-height: 28px;
  p{
    margin-bottom: 0px;
  }
}

.blog-post .time-tag {
    display: flex;
    gap: 10px;
    align-items: center;
/*      margin-bottom: 30px;*/
  flex-wrap: wrap;
}
.blog-post .time-tag span.tags {
    /*width: 100%;*/
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
  
   a {
      border: 1px solid;
      padding: 5px 17px;
      border-radius: 21px;
      width: fit-content;
      font-size: 13px;
      background-color: #04662b0f;
  }
}
.blog-post  img.featured-image {
    background: url(https://www.rentingcolombia.com/hs-fs/hubfs/Backgrounds%20catálogos%20home/Backgrounds%20catálogos%20home%20octubre%202021/Ciudad%202.png);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: bottom;
}
.blog-post .time-tag img {
    width: 34px;
}
blockquote.cta {
    width: 100%;
    background-color: #05662B;
    color: #fff;
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 2rem;
  
  h2 {
      color: #fff;
      font-size: 35px;
      margin-bottom: 25px;
  }
  a {
    background-color: #7DDE21;
    color: #04662b;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 15px;
}
}

.blog-post article time {
    font-size: 22px;
}
.blog-post article p {
    font-size: 20px;
    line-height: 28px;
  /* margin-bottom: 40px;*/
  margin-bottom: 25px;
}
.blog-post article :is(p,span) {
    color: var(--verte-textos) !important;
}
.blog-post article p span a) {
    color: var(--amarillo) !important;
}
.blog-post article :is(ul,ol) {
    margin-left: 20px;
    padding: 0px 0 20px;
}
.blog-post article ol > li {
    margin-bottom: 2rem;
}
button#popup-cta {
    position: absolute;
    bottom: 0;
    right: 200px;
}
/******* inner styles ***********/
.blog-post img{
  width:100%;
}
.blog-post  p.enlace:before, .blog-post  p.enlace2:before {
    content: url(https://www.rentingcolombia.com/hubfs/enlace-icon.svg);
    /* margin-left: 1px; */
    position: absolute;
    top: 5px;
    left: 0;
}

.blog-post p.enlace, .blog-post p.enlace2 {
    position: relative;
    padding-left: 25px;
}
.blog-post p.enlace a, .blog-post p.enlace2 a {
  color: #008CD6;
  font-weight:500;
  text-decoration:underline;
}
.blog-post sup {
    display: block;
    text-align: right;
    color: var(--verde-oscuro);
    padding-top: 7px;
}
.blog-post blockquote.destacado {
    background-color: var(--verde-localiza);
    padding: 8%;
    text-align: center;
    color: #fff;
    border-top: 9px solid var(--amarillo);
      margin-bottom: 30px;
}
.blog-post blockquote.destacado p, .blog-post blockquote.destacado2 p{
    font-size:25px;
    margin-bottom:0;
      font-family: 'DIN Next LT Pro Regular';
}
.blog-post blockquote.destacado2 {
    border:1px solid var(--verde-localiza);
    padding: 8%;
    text-align: center;
    color: var(--verde-localiza);

      margin-bottom: 30px;
}
.blog-post blockquote.cita {
    background-color: var(--gris-claro);
    padding: 8%;
    text-align: center;
    color: var(
    --verde-localiza);
    margin-bottom: 30px;
  position:relative;
}
.blog-post blockquote.cita p {
    font-size: 25px;
    margin-bottom: 0;
    font-family: 'DIN Next LT Pro Regular';
    text-align: left;
    padding-left: 65px;
}
.blog-post blockquote.cita:before {
    content: "\201C";
    position: absolute;
    color: var(--verde-localiza);
    top: 7.5rem;
    left: 36px;
    font-size: 10rem;
    font-family: sans-serif;
}
.blog-post blockquote.cifra {
    box-shadow: 0px 0px 20px #0000001A;
    padding: 8%;
    text-align: center;
    color: var(
    --verde-localiza);
    margin-bottom: 30px;
  position:relative;
}
.blog-post blockquote.cifra p {
    font-size: 25px;
    margin-bottom: 0;
    font-family: 'DIN Next LT Pro Regular';
    text-align: left;
}
.blog-post blockquote.cifra p span {
    font-size: 30px;
}
.blog-post td.sticky{
      position: sticky;
    left: 0;
}

.blog-post table.fixed {
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 10px 10px 0 0 !important;
    border-collapse: collapse ;
    /*overflow: hidden;*/
  width: max-content;
}
.blog-post table.fixed tr > td:first-child {
    background: aquamarine;
    position: sticky;
    left: 0;
    background-color: #fff !important;
}

.blog-post table.fixed tr:first-child td {
    background-color: var(--verde-localiza) !important;
    color: var(--amarillo);
    text-align: center;
    font-size: 25px;
    line-height: 32px;
    font-family: 'DIN Next LT Pro Bold';
}

.blog-post table.fixed :is(tr,td) {
    border: 1px solid #D5D5D5;
    padding: 15px !important;
}
.blog-post blockquote.cta1 {
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 10px;
    display: flex;
    /*align-items: center;*/
    align-content: center;
    justify-content: space-between;
}

.blog-post blockquote.cta1 .contenedor {
    background-color: var(--verde-localiza);
    border-radius: 10px 0 0 10px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    flex: 75%;
}

.blog-post blockquote.cta1 .contenedor h2 {
    color: #fff;
    margin-bottom: 30px;
}
.blog-post blockquote.cta1 .contenedor p {
    color: var(--amarillo);
    margin-bottom: 4px;
  font-family: 'DIN Next LT Pro Bold';
}
.blog-post blockquote.cta1 .contenedor a.cta:hover {
    color: var(--amarillo);
    border:1px solid var(--amarillo);
  background-color:transparent;
}
.blog-post blockquote.cta1 .contenedor a.cta {
    color: var(--verde-localiza);
    background-color: var(--amarillo);
}



.blog-post blockquote.cta2 {
    box-shadow: 0px 0px 20px #0000001A;
    display: flex;
    /*align-items: center;*/
    align-content: center;
    justify-content: space-between;
  border-top: 9px solid var(--amarillo);
}

.blog-post blockquote.cta2 .contenedor {
    background-color: var(--verde-oscuro);
     padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    flex: 60%;
}

.blog-post blockquote.cta2 .contenedor h2 {
    color: #fff;
    margin-bottom: 30px;
}
.blog-post blockquote.cta2 .contenedor p {
    color: var(--amarillo);
    margin-bottom: 4px;
  font-family: 'DIN Next LT Pro Bold';
}
.blog-post blockquote.cta2 .contenedor a.cta:hover {
    color: var(--amarillo);
    border:1px solid var(--amarillo);
  background-color:transparent;
}
.blog-post blockquote.cta2 .contenedor a.cta {
    color: var(--verde-bandera);
    background-color: var(--amarillo);
}
.blog-post blockquote.cta2> p {
    flex: 25%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    background-position: center;
}
.blog-post article ol > li > p {
    padding: 15px 0;
}



@media screen and  (max-width:768px){
  .blog-post main {
  margin: 40px auto 40px;
}
.blog-post blockquote.cta1 {
    flex-direction: column;
    align-items: center;
}
  .blog-post blockquote.cta1 .contenedor{
    border-radius: 10px 10px 0 0 ;
        padding: 37px;
  }
  
  .blog-post blockquote.cta2 {
    flex-direction: column;
}
    .blog-post blockquote.cta2 .contenedor{
        padding: 37px;
  }
  .blog-post blockquote.cta2>p {
    aspect-ratio: 1/0.8;
}
  .blog-post table.fixed {

    width: max-content !important;
}
  
  .post-top-text {
    padding: 0 20px;
}
  .blog-post main .post-top {
    flex-wrap: wrap;
  }
}