.flecha_cat_auto {
  display: flex;
  justify-content: flex-start;
  }
  
.llanta_titulo.flecha_distri h2{
  	position: relative !important; 
}


.llanta_titulo.flecha_distri h2::after {
  	top: 50% !important;
   	right: -65px !important;
}

  .flecha_cat_auto h2::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 35%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url('https://roadtrack.com.mx/wp-content/uploads/2025/09/Isotipo-RT-60px.webp');
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .flecha_cat_suv {
  display: flex;
  justify-content: flex-start;
  }
  
  .flecha_cat_suv h2::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 45%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('https://roadtrack.com.mx/wp-content/uploads/2025/09/Isotipo-RT-60px.webp');
  background-size: contain;
  background-repeat: no-repeat;
  }
  
  h2.uagb-heading-text {
      line-height: 100%;
  }
  
  .flecha_cat_camion {
  display: flex;
  justify-content: flex-start;
  }
  
  .flecha_cat_camion h2::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('https://roadtrack.com.mx/wp-content/uploads/2025/09/Isotipo-RT-60px.webp');
  background-size: contain;
  background-repeat: no-repeat;
  }
  
  .uagb-ifb-button-wrapper {
    text-align: end;
    text-decoration: underline;
  }
  
  /*
  .uagb-infobox-icon-left-title.uagb-infobox-image-valign-top .uagb-ifb-title-wrap, .uagb-infobox-icon-right-title.uagb-infobox-image-valign-top .uagb-ifb-title-wrap, .uagb-infobox-image-valign-top .uagb-ifb-icon-wrap, .uagb-infobox-image-valign-top .uagb-ifb-image-content, .uagb-infobox-icon-left.uagb-infobox-image-valign-top .uagb-ifb-content, .uagb-infobox-icon-right.uagb-infobox-image-valign-top .uagb-ifb-content {
    transform: translateX(calc(50% - 35%));
  }
  */
  
  .blog_roadtrack_grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  
  .blog_roadtrack_carta .flecha_blog{
     position: relative; 
     justify-content: flex-start !important;
  }
  
  .blog_roadtrack_carta .flecha_blog h2::after{
     justify-content: flex-start !important;
     top: 40% !important;
     left: 110% !important;
  }
  
  
  .blog_title_roadtrack {
      color: #d61518 !important;
      font-weight: bold !important;
      position: relative;
  }
  .no-decoration{ text-decoration: none !important; }
  
  .blog_roadtrack_fila {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .blog_roadtrack_carta {
      width: 48%;
      background: linear-gradient(to bottom, #ca1f2600 0%, #ca1f26ff 120%);
      color: white;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
      padding: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-radius: 20px;
  }
  
  .blog_roadtrack_thumb {
      width: 100%;
      height: auto;
      object-fit: cover;
      margin-bottom: 1.8rem;
      box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
      border-radius: 0px 0px 20px 20px;
      margin-top: 30px;
  }
  
  .blog_roadtrack_carta h3 {
    margin: 0 0 0.5rem;
    color: black !important;
    line-height: 1.4;
  }
  
  .blog_roadtrack_carta p {
    flex-grow: 1;
    color: white;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .blog_roadtrack_mas {
      align-self: flex-end;
      background-color: transparent;
      color: white !important;
      text-decoration: none !important;
      font-weight: bold;
      font-size: 1.2em;
  }
  
  .blog_roadtrack_mas:hover {
    color: white !important;
  }
  
  .blog_roadtrack_paginacion {
    margin-top: 2rem;
    text-align: center;
  }
  
  .blog_roadtrack_paginacion .page-numbers {
      display: flex;
      padding: 0.5em 0.8em;
      color: white;
      list-style: none;
      justify-content: center;
      gap: 15px;
  }
  
  .blog_roadtrack_paginacion .current {
      background: white;
      color: #d61518;
  }
  
  .blog_roadtrack_paginacion .page-numbers a,
  .blog_roadtrack_paginacion .page-numbers span {
    position: relative;
    padding: 0 0.5em; 
  }
  
  /*
  .blog_roadtrack_paginacion .page-numbers a::before,
  .blog_roadtrack_paginacion .page-numbers span::before {
    content: "[";
    position: absolute;
    left: 0;
  }
  
  .blog_roadtrack_paginacion .page-numbers a::after,
  .blog_roadtrack_paginacion .page-numbers span::after {
    content: "]";
    position: absolute;
    right: 0;
  }
  */
  
  /*Llantas*/
  .cards-roadtrack-div {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      justify-items: center;
  }
  
  .card-roadtrack {
      width: 100%;
      padding: 10px;
      text-align: left;
      border-radius: 8px;
      padding-top: 10%;
      position: relative;
      z-index: 0;
      background: linear-gradient(to bottom, #ca1f2600 0%, #ca1f26ff 120%);
      color: white;
  }
  
  .card-roadtrack a{
     text-decoration: none !important; 
  }
  
  .card-title-roadtrack{
     color: white !important;  
  }
  
  .flechas_llanta_inf {
      color: white !important;
      display: flex;
      margin-top: 10px;
      justify-content: space-between;
  }
  
  .llanta_titulo {
      display: flex;
      align-items: baseline;
      gap: 5px;
  }
  
  .cinta_1_roadtrack {
      display: flex;
      justify-content: space-evenly;
      background: #ca1f26;
      flex-direction: column;
      z-index: 0;
     position: relative;
  }
  
  .title_multicolor {
      margin-bottom: 0px !important;
      color: #ca1f26 !important;
  }
  
  .title_multicolor span.t_col_2 {
      color: white !important;
  }
  
  .llanta-fondo-1{
     background: url(https://roadtrack.com.mx/wp-content/uploads/2025/09/Fondo-Llanta-1920px.webp);
     background-repeat: no-repeat;
     background-size: cover;
     display: flex;
     justify-content: center;
  }
  
  .llanta-div-1 {
      display: flex;
      padding: 5% 0%;
      max-width: 1200px;
     min-width: 1200px;
  }
  
  .llanta_img_abs {
      width: 35%;
      position: relative;
      z-index: 1;
  }
  
  #forminator-module-134:not(.select2-dropdown) {
      margin: 0 !important;
  }
  
  section#block-17 p {
      margin-bottom: 0px !important;
  }
  
  .llanta-fondo-2{
     background: url(https://roadtrack.com.mx/wp-content/uploads/2025/09/Fondo-Caracteristicas-1920px.webp);
     background-repeat: no-repeat !important;
     background-size: cover !important;
     display: flex;
     justify-content: center;
  }
  
  .table_llanta {
      max-width: 1200px;
      min-width: 1200px;
      overflow: auto;
  }
  
  .llanta_descripcion {
      width: 65%;
  }
  
  .llanta_img_abs img {
      user-select: none;
      position: absolute;
      left: 8%;
      top: 0%;
  }
  
  .desc_parte_1 {
      padding-left: 20%;
  }
  
  .slogans_div p {
      margin-bottom: 0px !important;
      font-weight: bold;
      font-style: italic;
      line-height: 150%;
  }
  
  .slogans_div {
      padding: 10px 0px 10px 10%;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .slogans_div p {
      flex: 1;
  }
  
  .slogans_div p span {
      font-size: 80%;
      margin-right: 10px;
  }
  
  .caracteristica_item {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 60%;
      gap: 10px;
      flex: 1;
  }
  
  .caracteristicas_lista {
      background: #6f757c;
      display: flex;
      position: relative;
      padding-left: 10%;
  }
  
  .especificaciones_lista {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      padding-left: 5%;
      padding-top: 20px;
  }
  
  .especificaciones_item {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
  }
  
  .especificaciones_lista > *:nth-child(4n+3),
  .especificaciones_lista > *:nth-child(4n+4) {
    margin-left: 50px;
  }
  
  .llanta-div-3 {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
  }
  
  .imagen_llanta_lado {
      width: 35%;
  }
  
  .table_llanta {
      width: 100%;
  }
  
  table#llanta_tabla th {
      background-color: #ca1f26;
      border: #ca1f26;
  }
  
  table#llanta_tabla {
      font-size: 64%;
      text-align: center;
  }
  
  .llanta-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      background: #ca1f26;
      border-radius: 50px;
      width: 45px;
      height: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0.5;
      transition: opacity 0.3s ease;
  }
  
  .llanta-arrow:hover {
      opacity: 1;
  }
  
  .arrow-left{
      left: 8%; 
  }
  
  .arrow-right{
      right: -8%; 
  }
  
  .tecnologias_lista {
      display: flex;
      justify-content: center;
      align-items: stretch;
      margin-top: 50px;
  }
  
  .tecnologias_item {
      padding: 10px 20px;
      flex: 1;
  }
  
  .tecnologias_item:nth-child(even) {
    background-color: #ca1f26;
  }
  
  .tecnologias_item:nth-child(odd) {
    background-color: #6f757c;
  }

  .icon_llantas .uagb-ifb-image-content {
    text-align: center;
	}

  @media (min-width:768px) and (max-width: 820px){
    .caracteristica_item img {
        width: 30px;
        height: auto;
    }
  }

  @media (min-width:821px) and (max-width: 1280px){
    .caracteristica_item img {
        width: 50px;
        height: auto;
    }
  }
  
  @media (min-width:768px) and (max-width: 1280px){

    h2 { font-size: 36px !important; }
    p {
      font-size: 18px !important;
      line-height: 100% !important;
    }

    .llanta-div-1, .table_llanta {
      max-width: 100% !important;
      min-width: 100% !important;
    }
    
    .contact-card { margin-left: 0% !important; }

    .flecha_suv h2, .flecha_roadtrack h2, .flecha_clave h2, .flecha_llanta h2, .flecha_distri h2, 
    .flecha_camion h2, .flecha_parti h2, .flecha_contact h2, .flecha_automovil h2, .flecha_historia h2,
    .flecha_fabricacion h2, .flecha_certificacion h2, .flecha_auto h2, .flecha_page_auto h2, .flecha_page_suv h2,
    .flecha_buy h2, .flecha_distribuidor h2, .flecha_beneficios h2, .flecha_como h2, .flecha_contactanos h2,
    .flecha_blog h2, .flecha_contacto h2{
      position: relative;
    }

    .flecha_roadtrack h2::after, .flecha_clave h2::after, .flecha_llanta h2::after, .flecha_suv h2::after, 
    .flecha_distri h2::after, .flecha_camion h2::after, .flecha_parti h2::after, .flecha_contact h2::after, 
    .flecha_automovil h2::after, .flecha_historia h2::after, .flecha_fabricacion h2::after, .flecha_certificacion h2::after,
    .flecha_auto h2::after, .flecha_page_auto h2::after, .flecha_page_suv h2::after, .flecha_buy h2::after,
    .flecha_distribuidor h2::after, .flecha_beneficios h2::after, .flecha_como h2::after, .flecha_contactanos h2::after,
    .flecha_blog h2::after, .flecha_contacto h2::after {
      right: -65px !important;
    }
    
    .flecha_cat_camion h2::after, .flecha_cat_auto h2::after,  .flecha_cat_suv h2::after{
      right: 2% !important;
        top: 10%;
    }

    .forminator-ui#forminator-module-116.forminator-design--flat .forminator-button-submit {
      margin-left: 0% !important;
    }
    
    footer#colophon {
        padding: 0px 30px;
    }
    
    button.forminator-button.forminator-button-submit {
      width: 100% !important;
    }
  
  }
  
  @media(max-width:767px){
    .title_multicolor {
    	position: relative;
    }
    .title_multicolor::after {
        top: 55% !important;
        right: -60px !important;
    }
    span.t_col_1, span.t_col_2 {
        font-size: 35px !important;
    }
    
    .llanta-div-1, .table_llanta {
      max-width: 100% !important;
      min-width: 100% !important;
    }
    
    .llanta-div-1 {
      background: url(https://roadtrack.com.mx/wp-content/uploads/2025/09/Fondo-Llanta-600px.webp) !important;
    }
    
    .tecnologias_lista {
       flex-direction: column; 
    }
    
    .blog_roadtrack_carta {
      width: 95%;
      margin: auto; 
    }
  
    .cards-roadtrack-div {
      display: block !important;
    }
    
    .cinta_1_roadtrack {
      flex-direction: column;
      justify-content: center;
    }
    .slogans_div {
      width: 100%;
      text-align: center;
      padding-left: 0% !important;
      flex-direction: column;
    }
    
    .caracteristicas_lista {
      width: 100%;
      flex-direction: column;
      padding-left: 0% !important;
    }
    
    .caracteristica_item {
      width: 100%;
      justify-content: flex-start;
      font-size: 100%;
    }
    
    .especificaciones_lista {
      display: block;
      padding-left: 0%;
    }
    
    .especificaciones_lista > *:nth-child(4n+3), .especificaciones_lista > *:nth-child(4n+4) {
      margin-left: 0px;
    }
    
    .table_llanta { overflow: auto; }
    table#llanta_tabla {  font-size: 100%; }
    .desc_parte_1 { padding-left: 0%; }
    .arrow-right { right: 0%; }
    .arrow-left { left: 0%; }
    .llanta_descripcion { width: 100%; }
    .llanta_img_abs { width: 100%; }
    .llanta-div-1 { flex-direction: column; }
    
    .llanta_img_abs img {
      position: relative;
      left: 0%;
      top: 0%;
    }
    
    
  }