img {
    width: 100%;
   }


.before_title {
   max-width: 170px;
   margin: 0 auto;
   padding-top: 24px;
}

   .trips {
      display: flex;
      justify-content: center;
   }

   .trips .trumpito {
      width: 100%;
      max-width: 255px;
      min-width: 80px;
      color: #000;
   }

   button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.trumpito_legend {
   color: var(--colors-palette-grayscale-600, #808080);
   text-align: center;
   font-feature-settings: 'clig' off, 'liga' off;
   font-family: Roboto;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 21px; /* 150% */
   width: 100%;
   max-width: 250px;
   margin: 0 auto;
}

.trumpito_legend .tltext {
   margin-bottom: 16px;
}
.trumpito_legend .trips .trumpito {
   margin: 0;
   font-size: 15px;
   text-align: center;
}
.trumpito_legend .trips .trumpito img {
   max-width: 70px;
   margin-bottom: 8px;
}
.agenda_wrapper {
   height: 728px;
   overflow: hidden;
   transition: height .7s;
}
.agenda_table {
   font-family: 'Roboto','sans-serif';
   max-width: 622px;
   margin: 0 auto;
}
   .event_button {
      background: #F1F1F1;
      max-width: 160px;
      margin: 16px auto 48px auto;
      padding: 8px 8px;
      text-align: center;
      cursor: pointer;
   }
   .row {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
    align-items: center;
    padding-bottom: 20px;
    align-items: start;
    border-bottom: 1px dotted #86868B;
   }

   .row.nofilete {
      border: 0;
   }
   .caso {
    font-weight: 700;
    width:100%;
    max-width: 380px;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    padding-top: 8px;
    padding-left: 80px;
   }
   .extrarow {
      display: flex;
      align-items: center;
      margin-top:20px;
   }

   .extrarow .info {
      display: flex;
      align-items: center;
      font-size: 15px;
      line-height: 21px;
      color: #86868B;
   }

   .extrarow .info .clock {
      width: 26px;
      margin-right: 8px;
   }
   .arrow {
      background: #86868B;
      height: 1px;
      width: 30px;
      position: relative;
      margin: 0;
      margin-right: 20px;
   } 
   .arrow:before,
   .arrow:after {
        content: "";
        background: #86868B;
        position: absolute;
        height: 1px;
        width: 10px;
      }
    
   .arrow:before {
        right: -1px;
        bottom: -4px;
        transform: rotate(-45deg);
      }
    
   .arrow:after {
        right: -1px;
        top: -4px;
        transform: rotate(45deg);
      }
    
   .article {
         margin: 40px auto 64px auto;
     }

   .article .fecha, .article .fechaf {
    font-size: 15px;
    padding: 8px 10px;
    width: 100%;
    max-width: 150px;
    text-align: center;
    background-color: #FEDBCE;
    
   }
   .article .fechaf {
      background-color: #fff;
      padding: 3px 0;
      text-align: left;
   }
   .article .agenda_titulo {
      color: var(--colors-palette-grayscale-600, #808080);
      font-feature-settings: 'clig' off, 'liga' off;
      font-family: Roboto;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 21px; /* 150% */
      padding-bottom: 20px;
   }

   .article .caso .fechaf .agenda_titulo.ff {
      margin-bottom: 8px;
   }
   .article .caso .agenda_titulo, .article .caso .agenda_titulo.ff {
      padding-bottom: 0px;
   }

   .article .agenda_titulo.ff.atff {
      padding-bottom: 10px;
   }

   .article .agenda_titulo.ff {
      display: block;
      padding-bottom: 0px;
   }
   .article .fechaf span {
      background-color: #FEDBCE;
      padding:8px 16px;
      margin-top: 3px;
   }
   .icon {
    max-width: 60px;
    margin-bottom: -55px;
    width: 100%;
    margin-right: 20px;
   }
   .evento {
    max-width: 80px;
    width: 100%;
    margin-left: 15px;
    font-size: 16px;
    line-height: 21px;

   }

   /*TARJETAS*/

   .tarjetas {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
   }

   .tarjetas .maintabs {
    display: flex;
    margin: 40px 0 32px;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: thin;
   }

   .tarjetas .mt_border.active {
      animation: none;
      /* transition: 0.5s;
      animation: cowmove 4s infinite;         */
   }
   @keyframes cowmove{
      0% {
         transform: translateX(-10px);
       }
       49% {
         transform: translateX(32px);
       }
       50% {
         transform: translateX(32px);
       }
       100% {
         transform: translateX(-10px);
       }
  }

  @-webkit-keyframes cowmove{
   0% {
     transform: translateX(-10px);
   }
   49% {
     transform: translateX(32px);
   }
   50% {
     transform: translateX(32px);
   }
   100% {
     transform: translateX(-10px);
   }
}
 
   .tarjetas .maintabs .mt_border {
      display: flex;
      border-bottom: 2px solid #000;
      margin-left: -1px;
   }
   ::-webkit-scrollbar {
      width: 100%;
      height: 0;
      background: transparent; /* make scrollbar transparent */
  }
   .tarjetas .maintabs .tab {
    color: var(--colors-palette-grayscale-900, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Roboto', 'sans-serif';
    font-style: normal;
    font-weight: 400;
    border-radius: 10px 10px 0px 0px;
    opacity: 0.5;
    padding: 10px 15px 18px;
    margin: 0 1px;
    min-width: 144px;
    background-color: #F1F1F1;
    cursor: pointer;
    font-size:15px;
    line-height: 21px;
   }

   .tarjetas .maintabs .tab::first-letter {
    text-transform: capitalize;
   }
   .tarjetas .maintabs .tab.active {
    background-color: #fedbce;
    position: relative;
    opacity: 1;
    font-weight: 700;
    border: 2px solid #000;
    border-bottom: 0;
   }

   .tarjetas .maintabs .tab.active::after {
      position: absolute;
      content: '';
      width: 100%;
      height: 4px;
      bottom: -4px;
      left: 0px;
      background: #fff;
   }
   .tarjetas .tarjeta {
    display: none;
   }

   .tarjetas .tarjeta.active {
    display: block;
   }

   .tarjetas .main {
    display: flex;
   }

   .tarjetas .main, .tarjetas .subinfo, .tarjetas .pena, .tarjetas .estado, .tarjetas .masinfo {
    max-width: 622px;
    margin: 0 auto;
   }

   .tarjetas .mainicon {
    width: 100%;
    max-width: 74px;
    margin-right: 8px;
   }

   .tarjetas .maininfo .miflex {
      display: flex;
      margin-bottom: 8px;
   }

   .tarjetas .maininfo .miflex .miflexs {
      display: block;
      max-width: 220px;
      margin-top: 8px;
   }
   .tarjetas .maininfo .maintitulo {
        color: var(--colors-palette-grayscale-900, #000);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 120% */
   }

   .tarjetas .maininfo .mainsubtitulo {
    color: var(--colors-palette-grayscale-900, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    padding: 8px 0 16px 0;
    font-weight: 400;
    line-height: 22px; /* 122.222% ¿? */
   }

   .tarjetas .maininfo .mainsubtitulo::first-letter {
    text-transform: capitalize;
   }

   .tarjetas .maininfo .descwrapper {
    background-color: rgba(252, 77, 8, 0.20);
    
   }
   .tarjetas .maininfo .maindesc {
    color: var(--colors-palette-grayscale-900, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding: 0 24px;
    height: 100px;
    overflow: hidden;
    transition: height .3s;

   }

   .maindesc p {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;  
      overflow: hidden;
      text-overflow: ellipsis;
   }

   .maindesc p.active {
      -webkit-line-clamp: unset;
   }
   .tarjetas .maininfo .descleermas {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-decoration-line: underline;
    padding: 0px 24px 16px 24px;
    cursor: pointer;
   }

   .tarjetas .subinfo {
    display: block;
    align-items: start;
    justify-content: start;
    margin-top: 24px;
   }

   .tarjetas .subinfo .subtipo {
    width: 80%;
   }

   .tarjetas .subinfo .subprox {
    width: 70%;
    margin-top: 24px;
   }

   .tarjetas .subinfo .subtipo .subtipotitle, .tarjetas .subinfo .subprox .sptitle, .tarjetas .pena .penatitulo, .tarjetas .estado .estadotitulo, .tarjetas .masinfo .masinfotitulo {
    color: var(--colors-palette-grayscale-600, #808080);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 140% */
    padding: 16px 0 8px 0;
   }

   .tarjetas .subinfo .subtipo .subtipoinfo {
    display: flex;
    justify-content: start;
    margin-top: 8px;
   }

   .tarjetas .subinfo .subtipo .subtipoinfo div {
    width: 50%;
   }

   .tarjetas .subinfo .subtipo .subtipoinfo div::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1;
    color: #fff;
    margin-right: 5px;
    margin-top: -3px;
    text-align: center;
    border:1px solid #000;
   }

   .tarjetas .subinfo .subtipo .subtipoinfo div.active::before {
    content: 'x';
    display: inline-block;
    width: 19px;
    height: 19px;
    font-size: 16px;
    vertical-align: middle;
    line-height: 1;
    color: #fff;
    margin-right: 5px;
    margin-top: -3px;
    border:0;
    text-align: center;
    background-color: #FC4D08;
   }

   .tarjetas .subinfo .subprox .spinfo {
    display: block;
    align-items: center;
   }

   .tarjetas .subinfo .subprox .spinfo .spifecha {
      max-width: 200px;
      margin-bottom: 8px;
    color: var(--colors-palette-grayscale-900, #000);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    padding: 8px;
    background-color: #FEDBCE;
    margin-right: 10px;
   }
   .tarjetas .pena {
   margin-top: 16px;
}

   .tarjetas .pena .penatitulo {
    margin-bottom: -8px;
    padding-bottom: 0;
   }

   .tarjetas .pena .penainfo p {
    color: var(--colors-palette-grayscale-900, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    line-height: 24px; /* 150% */
   }

   .tarjetas .estado .estadoinfo {
    color: rgba(0, 0, 0, 0.50);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 142.857% */
    display: block;
    align-items: center;
   }

   .tarjetas .estado .estadoinfo .columna {
      margin-right: 32px;
   }
   .tarjetas .estado .estadoinfo .columna .step, .tarjetas .estado .estadoinfo .columna .stepb {
      position: relative;
      padding-left: 8px;
      padding: 0px 0 13px 16px;
   }

   .tarjetas .estado .estadoinfo .columna .step::before, .tarjetas .estado .estadoinfo .columna .stepb::before {
      content: ' ';
      position: absolute;
      left: 0;
      top: 12px;
      width: 8px;
      height: 8px;
      background: #8E8E8E;
      border-radius: 50%;
   }


   .tarjetas .estado .estadoinfo .columna .step.done::before, .tarjetas .estado .estadoinfo .columna .stepb.done::before {
      content: '✓';
      position: absolute;
      left: 0;
      width: 8px;
      height: 8px;
      background:none;
      top: 0;
   }

   .tarjetas .estado .estadoinfo .columna .step::after,.tarjetas .estado .estadoinfo .columna .stepb.ff2::after {
      position: absolute;
      content: '';
      left: 4px;
      top: 16px;
      height: 48px;
      border-left: 1px dotted #8E8E8E;
   }
   .tarjetas .estado .estadoinfo span.activo {
    background-color: rgba(252, 77, 8, 0.20);
    padding: 8px;
    color: #000;
   }


   .tarjetas .masinfo .masinfolinks {
      margin: 16px 0;
   }
   .tarjetas .masinfo .masinfolinks a {
    color: var(--colors-palette-grayscale-900, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    line-height: 21px; /* 146.667% */
    text-decoration-line: underline;
   }

   .tarjetas .masinfo .masinfolinks::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background-color: #FC4D08;
    border-radius: 50%;
    margin-right: 8px;
   }

   .masinfo {
      margin-top: 8px !important;
   }

   @media screen and (min-width: 760px) {

         .before_title {
            max-width: 300px;
         }
         .caso {
            max-width: 260px;
            padding-top: 0px;
            padding-left: 8px;
         }

         .evento {
            max-width: 92px;
            padding-right: 8px;
         }

         .icon {
            max-width: 40px;
            margin-bottom: 0;
         }
         .article .agenda_titulo {
            display: none;
         }
         .tarjetas .subinfo {
            display: flex;
         }

         .tarjetas .subinfo .subtipo {
            width: 30%;
         }

         .tarjetas .subinfo .subprox {
            width: 70%;
            margin-top: 0;
        }

         .tarjetas .subinfo .subprox .spinfo {
            display: flex;
         }

         .tarjetas .subinfo .subprox .spinfo .spifecha {
            margin-bottom: 0px;
         }

         .tarjetas .estado .estadoinfo {
            display: flex;
         }

         .article .caso .agenda_titulo, .article .caso .agenda_titulo.ff {
            padding-bottom: 20px;
         }

         .article .agenda_titulo.ff.atff {
            padding-bottom: 20px;
         }

         .article .agenda_titulo.ff {
            padding-bottom: 20px;
         }

         .tarjetas .estado .estadoinfo .columna .stepb.ff2::after {
            display: none;
         }

         .tarjetas .maininfo .maintitulo {
            font-size: 20px;
            line-height: 26px; /* 120% */
       }

       
         .tarjetas .maintabs {
            min-height: 160px;
         }

         .agenda_wrapper {
            height: 684px;
         }
   }

   @media screen and (min-width: 1048px) {
      .tarjetas .maininfo .miflex .miflexs {
         max-width: 460px;
      }

      .tarjetas .maintabs.active {
         animation:none;
         transition:none;
      }

   .tarjetas .maintabs {
      overflow-x: visible;

     }
   }

   