
a {
    text-decoration: none;
    color: black;
}

.section-label{
 margin-bottom: -25px;
}

.title-taxClip, 
.title-historico {
    width: 45%;
    
  }
  .title-taxClip > div, 
  .title-historico > div{
    position: relative;
    max-width: auto;
    /* justify-content: center; */
    /* background-color: #ffb600; */
    border-radius: 0 50px 50px 0;
    height: auto;

    
  }
  .title-taxClip > div img{
    position: inherit;
    margin-top: 15px;
    /* max-width: 100%; */
    width: 600px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

  }
  .title-taxClip > div > h2{
      font-family: var(--font);
      /* display: block; */
      position: absolute;
      /* text-align: left; */
      font-size: var(--font-xl);
      /* font: normal normal normal 56px/60px ITC Charter Com; */
      letter-spacing: 0px;
      color: #ffffff;
      opacity: 1;
      top: 85px;
      left: 80px;
      width: 100%;
      max-width: 100%;
    }
    
    .title-historico > div img {
      position: inherit;
      margin-top: 15px;
      /* max-width: 100%; */
      width: 650px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
  
    }

  .title-historico > div > h2{
    font-family: var(--font);
    /* display: block; */
    position: absolute;
    /* text-align: left; */
    font-size: var(--font-xl);
    /* font: normal normal normal 56px/60px ITC Charter Com; */
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    top: 30px;
    left: 80px;
    width: 100%;
    max-width: 100%;
  }
  /* .title-taxClip > div img {
    position: absolute;
    left: -100px;
    top: -12px;
  
  } */

.encapsulado, .second-row {
    margin-bottom:10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.encapsulado > div, 
.second-row > div {
    /* cursor: pointer !important; */
    border: 1px solid #dedede;
    /* display: inline-block; */
    display: flex;
    flex-direction: column;
    width: 23%;
    margin-left: 1%;
    vertical-align: top;
    height: auto !important;
}

.encapsulado div img, 
.second-row div img {
    width: 100.5%;
    margin-left: -1px;
}

.icons-shared{
    margin-top: auto;
    margin-left: 4px;
    /* background-color: #000000; */
    /* justify-content: end; */
 }
.button-yellow{
    margin-top: auto;

 }


.content-card{
    display: flex;
    flex-direction: column;
    height: 100%;
    /* background-color: #DB536A; */
}


/* .cuerpo {
    padding-left: 15px;
    padding-right: 5px;
} */



.container {
    width: 100% !important;
}

.title-notice {
    color: black; 
    
}
.author-card{
    font-family: var(--mainFont);
    font-size: var(--font-xxs);
    font-weight: 600;
    
}

.verMas > a{
    text-decoration: underline !important;
    font-family: var(--mainFont);
    font-size: var(--font-xs);
    font-weight: 600;
}
    .verMas > a:hover {
        color: #e0301e !important;
    }
    .verMas:hover p {
        color: #e0301e !important;
    }

@media(width < 1110px) {
    /*  */
    }
    
    @media(width < 992px) {
    /*  */
    }
    
    @media(width < 768px) {
        .header-txClip img{
            max-height: 30vh;
            /* max-height: 300px; */
        }
    
    
        /* .title-taxClip > div img {
            width: 400px!important;
            max-width: 100vw;
        }
        .title-taxClip > div > h2{
            font-size: var(--font-md) !important;
            top: 60px !important;
            left: 60px !important;
        
          } */
          .title-taxClip > div img
        {
            width: 90vw !important;
            max-width: 100vw !important;
        }
        .title-taxClip > div > h2{
            font-size: var(--font-md) !important;
            top: 13vw !important;
            left: 13vw !important;
        
          }

      
        .encapsulado > div, 
        .second-row > div {
            width: 100% !important;
            height: auto !important;
        }
    
        .contenidos {
            height: 2300px !important;
        }
    
        .portada {
            padding-top: 40px !important;
        }
    
        .encapsulado,
        .second-row {
            margin-left: 0px !important;
        }
    
    
    }
    
    @media(width < 576px){
        .header-txClip img{
            max-height: 15vh;
            /* max-height: 300px; */
        }
        .second-row > div{
            display: none !important;
            /* visibility: hidden; */
            background-color: aqua;
        }
        .title-historico > div img
        {
            width: 95vw !important;
            max-width: 95vw !important;
        }

        .title-historico > div > h2{
          font-size: var(--font-sm) !important;
      
        }
        
    }