

.checkbox {
    display: flex;  
    align-items: center;
    gap: 10px;
    margin-top:15px;
    color: #2c2c2c;;
}

.checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.seguro {
  position: relative;
  width: 150px; /* Ajusta al ancho deseado */
  margin: 6px 0;
  margin-top: 15px;
}

.seguro select {
  width: 100%;

}

/* Icono Particular por defecto */
.input-group select option[value="particular"]::before {
  content: "⭐"; /* O usa tu SVG como background */
  margin-right: 8px;
  font-size: 18px;
}

/* Hover y focus */


/*poltiicas*/

/* .mensaje-politicas{
    position: absolute;
    background-color: #F9F3D6;
    border-radius: 2px solid;
    color:#6B4423;
    padding: 5px 10px;

    font-size: 14px;
    z-index: 1000;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.mensaje-politicas::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10px;
    border: 5px solid transparent;
    border-bottom-color: #333;
} */

.link-politicas {

    text-decoration: none;
    color: #2c2c2c;
    font-weight: bold;
}
.terminos-condiciones {
    margin-top: 10px;
    display:grid;
    grid-template-columns: 5% 95%;
    gap: 10px;
    font-size: 14px;

}