@media (max-width: 750px) {
    .vc_row wpb_row{
        margin: 5px;
    }
    
    .cwf-content-step {
        display: block !important;
    }

    .cwf-col-step {
        width: 100%;
        max-width: 700px;
    }
    
    /***** ... *****/
    
    
    /***** ... *****/
    
    .cw-cita-taller-container{
        width: 95% !important;
        float: none !important;
        margin: 0 auto !important;
    }
    
    .content-options-vh {
        display: block;
    }
    
    .buscarMotobtn {
        margin-bottom:20px !important;
    }
    
    #resultado-vehiculos {
        display: block;
        width: 60%;
        margin: 0 auto;
    }   
    
    .vehiculo-item {
        width: 100%;
    }
    
    .cwvehiculo h3,
    .cwvehiculo li {
        text-align: center;
    }
    
    .cw-cita-taller-resumenbox {
        display:none !important;
    }
    
    .cwcontent-calendario {
        display: block !important;
    }
    
    .vhn-fields {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    
    .cw-vhn-fields-col {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .leyend-text {
        width: 90%;
        font-size: 14px;
    }

    /*.cwcontent-calendario-col{
        margin: 0 auto;
        float: none;
        margin-bottom: 50px;
    }
    
    .cw-cita-taller-container{
        background: #0000FF !important;
    }*/

    
}

@media (max-width: 480px) {
    
    .cw-control-btns span.back, .cw-control-btns span.next{
        width: 120px;
        font-size: 14px;
    }
    .nuevo-vh h4 {
        width:180px;
        font-size: 10px;
    }
    
    #resultado-vehiculos {
        display: block;
        width: 100%;
        margin: 0 auto;
    } 
    
    .wpcf7-list-item-label {
        font-size: 10px !important;
    }
    
    .select-talleres-wrapper span select{
        font-size: 12px !important;
    }
    
    /*.cwbodycita {
        display: grid;
        grid-template-columns: repeat(3, auto); 
        gap: 20px 30px;
        justify-content: center;
        margin: 40px auto;
    }

    .cwbodycita > * {
        min-width: 100px; 
        text-align: center;
    }*/
    
    .cwbodycita {
        display: grid;
        grid-template-columns: repeat(3, auto); /* 3 columnas automáticas */
        gap: 40px 30px; /* Incrementado el espacio entre filas a 40px */
        justify-content: center; /* centra el contenido del grid */
        margin: 40px auto;
    }

    .cwbodycita > * {
        min-width: 100px; 
        text-align: center;
    }

}

/*@media (max-width: 768px) {
    .steps-bar .cwstep {
        display: none; 
    }

    .steps-bar .cwstep.cwstepactives {
        display: flex;
        
        justify-content: center; 
        width: 100%; 
    }
    
    .steps-bar .cwstep .cwarrowsvg {
        display: none;
    }

    .steps-bar .cwstep.cwstepactives:first-of-type .cwarrowsvg:not(.lastsvg) {
        display: none; 
    }
     .steps-bar .cwstep.cwstepactives .cwarrowsvg.lastsvg {
        display: none; 
    }
}*/

/***** responsive pasos *****/

@media (max-width: 750px) {
  .steps-bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
  }

  .steps-bar .cwstep {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    position: relative;
  }

  .steps-bar .cwstep p {
    margin: 0;
    padding: 0;
  }

  .steps-bar .cwstep p span {
    display: inline-block;
    font-size: 16px;
  }

  .steps-bar .cwstep p {
    color: transparent;
    font-size: 0;
  }

  .steps-bar .cwstep svg {
    display: none; /* Oculta flechas */
  }
}
